Changeset 1367 in MondoRescue
- Timestamp:
- Apr 30, 2007, 2:00:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.4/mondo/src/common/libmondo-mountlist.c
r1303 r1367 1069 1069 for (i = 0; i < mountlist->entries; i++) { 1070 1070 fprintf(fout, 1071 "%-15s %-15s %-15s %-15lld %-15s \n",1071 "%-15s %-15s %-15s %-15lld %-15s %-15s\n", 1072 1072 mountlist->el[i].device, mountlist->el[i].mountpoint, 1073 1073 mountlist->el[i].format, mountlist->el[i].size,
Note:
See TracChangeset
for help on using the changeset viewer.