Ignore:
Timestamp:
Apr 30, 2007, 2:00:44 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug for mountlist creation (UUID wasn't printed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mondo/src/common/libmondo-mountlist.c

    r1303 r1367  
    10691069    for (i = 0; i < mountlist->entries; i++) {
    10701070        fprintf(fout,
    1071                 "%-15s %-15s %-15s %-15lld %-15s\n",
     1071                "%-15s %-15s %-15s %-15lld %-15s %-15s\n",
    10721072                mountlist->el[i].device, mountlist->el[i].mountpoint,
    10731073                mountlist->el[i].format, mountlist->el[i].size,
Note: See TracChangeset for help on using the changeset viewer.