Changeset 1743 in MondoRescue


Ignore:
Timestamp:
Oct 30, 2007, 11:48:43 AM (16 years ago)
Author:
Bruno Cornec
Message:

And again :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-devices.c

    r1742 r1743  
    16451645
    16461646#else
    1647     sprintf(command, "mount %s -t vfat %s 2>> %s",
    1648             device, options, mountpoint, MONDO_LOGFILE);
     1647    sprintf(command, "mount %s -t vfat 2>> %s",
     1648            device, mountpoint, MONDO_LOGFILE);
    16491649#endif
    16501650
     
    16551655    paranoid_free(command);
    16561656    paranoid_free(dev);
    1657     paranoid_free(options);
    16581657    return (retval);
    16591658}
Note: See TracChangeset for help on using the changeset viewer.