Ignore:
Timestamp:
Apr 14, 2008, 1:18:58 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove stalled links at root of the restore media
  • Suppress some compiler warnings
File:
1 edited

Legend:

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

    r1899 r1909  
    952952#if linux
    953953        sscanf(incoming,
    954                "%s %s %s %s %s %s",
     954               "%s %s %s %s %s",
    955955               mountlist->el[items].device,
    956956               mountlist->el[items].mountpoint,
     
    10121012
    10131013            sprintf(tmp,
    1014                     "%s %s %s %lld %s %s",
     1014                    "%s %s %s %lld %s",
    10151015                    mountlist->el[items].device,
    10161016                    mountlist->el[items].mountpoint,
     
    10601060    for (i = 0; i < mountlist->entries; i++) {
    10611061        fprintf(fout,
    1062                 "%-15s %-15s %-15s %-15lld %-15s %-15s\n",
     1062                "%-15s %-15s %-15s %-15lld %-15s\n",
    10631063                mountlist->el[i].device, mountlist->el[i].mountpoint,
    10641064                mountlist->el[i].format, mountlist->el[i].size,
Note: See TracChangeset for help on using the changeset viewer.