Changeset 1368 in MondoRescue
- Timestamp:
- Apr 30, 2007, 2:00:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-mountlist.c
r1305 r1368 949 949 for (i = 0; i < mountlist->entries; i++) { 950 950 fprintf(fout, 951 "%-15s %-15s %-15s %-15lld %-15s \n",951 "%-15s %-15s %-15s %-15lld %-15s %-15s\n", 952 952 mountlist->el[i].device, mountlist->el[i].mountpoint, 953 953 mountlist->el[i].format, mountlist->el[i].size,
Note:
See TracChangeset
for help on using the changeset viewer.