Changeset 2524 in MondoRescue


Ignore:
Timestamp:
Jan 7, 2010, 2:26:58 AM (14 years ago)
Author:
Bruno Cornec
Message:

r3730@localhost: bruno | 2010-01-06 01:02:06 +0100

  • Fix a compilation issue from latest patches
File:
1 edited

Legend:

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

    r2522 r2524  
    12771277    mr_asprintf(&tempfile, "%s/mojo-jojo.blah", bkpinfo->tmpdir);
    12781278    if (does_file_exist(config_file)) {
    1279         mr_sprintf(&command, "grep -vE '^%s .*$' %s > %s",
     1279        mr_asprintf(&command, "grep -vE '^%s .*$' %s > %s",
    12801280                label, config_file, tempfile);
    12811281        paranoid_system(command);
Note: See TracChangeset for help on using the changeset viewer.