Ignore:
Timestamp:
Apr 30, 2007, 2:00:56 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/stable/mondo/src/common/libmondo-mountlist.c

    r1305 r1368  
    949949    for (i = 0; i < mountlist->entries; i++) {
    950950        fprintf(fout,
    951                 "%-15s %-15s %-15s %-15lld %-15s\n",
     951                "%-15s %-15s %-15s %-15lld %-15s %-15s\n",
    952952                mountlist->el[i].device, mountlist->el[i].mountpoint,
    953953                mountlist->el[i].format, mountlist->el[i].size,
Note: See TracChangeset for help on using the changeset viewer.