Changeset 1074 in MondoRescue for trunk/mondo/src/common/libmondo-archive.c


Ignore:
Timestamp:
Jan 25, 2007, 4:18:12 PM (17 years ago)
Author:
Bruno Cornec
Message:

This version of trunk desn't seg fault on mr_msg anymore.
Still not ready for 3.0.0 but improvements ongoing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-archive.c

    r1046 r1074  
    38543854
    38553855    /* mindi conf parameters also needed in mondo */
    3856     mr_asprintf(&command, "mindi -printvar IA64_BOOT_SIZE");
     3856    mr_asprintf(&command, "mindi --printvar IA64_BOOT_SIZE");
    38573857    fin = popen(command, "r");
    38583858    mr_getline(&param, &n, fin);
Note: See TracChangeset for help on using the changeset viewer.