Ignore:
Timestamp:
Jan 14, 2009, 3:50:19 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Changes the way to compute original_size_of_drive in mondo-prep.c to correspond to the way it's done in libmondo-mountlist.c, and thus avoiding aborting nuje mode for 2 MB (which could come from adjustements in computation)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/common/libmondo-string.c

    r2105 r2125  
    401401    sprintf(output, "%-24s %-24s %-10s %8lld", mountlist->el[lino].device,
    402402            mountlist->el[lino].mountpoint, mountlist->el[lino].format,
    403             mountlist->el[lino].size / 1024);
     403            mountlist->el[lino].size / 1024L);
    404404    return (output);
    405405}
Note: See TracChangeset for help on using the changeset viewer.