Changeset 3037 in MondoRescue
- Timestamp:
- Oct 1, 2012, 4:49:10 PM (12 years ago)
- Location:
- branches/3.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/analyze-my-lvm
r3029 r3037 296 296 done 297 297 if [ -f $MINDI_TMP/sorteddm ]; then 298 sort -t'|' -n $MINDI_TMP/sorteddm| cut -d'|' -f2298 cut -d'-' -f2- $MINDI_TMP/sorteddm | sort -t'|' -n | cut -d'|' -f2 299 299 fi 300 300 } -
branches/3.0/mondo/src/common/libmondo-fork.c
r3034 r3037 37 37 { 38 38 /*@ buffers ***************************************************** */ 39 static char result[ 512];39 static char result[MAX_STR_LEN]; 40 40 char *tmp; 41 41
Note:
See TracChangeset
for help on using the changeset viewer.