Ignore:
Timestamp:
Jan 11, 2008, 10:58:11 AM (16 years ago)
Author:
Bruno Cornec
Message:

removal of locate usage completely from code to use findw!

File:
1 edited

Legend:

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

    r1818 r1854  
    11721172        log_to_screen("I think you have a Windows 9x partition.");
    11731173        retval += whine_if_not_found("parted");
    1174 #ifndef __IA64__
    1175         /* IA64 always has one vfat partition for EFI even without Windows */
    1176         // retval +=
    1177         if (!find_home_of_exe("ms-sys")) {
    1178             log_to_screen("Please install ms-sys just in case.");
    1179         }
    1180 #endif
    11811174    }
    11821175
Note: See TracChangeset for help on using the changeset viewer.