Ignore:
Timestamp:
Jul 12, 2009, 2:05:27 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3222@localhost: bruno | 2009-07-11 02:14:49 +0200

  • Fix a bad function call
File:
1 edited

Legend:

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

    r2262 r2270  
    13141314    mr_asprintf(&tempfile, "%s/mojo-jojo.blah", bkpinfo->tmpdir);
    13151315    if (does_file_exist(config_file)) {
    1316         mr_sprintf(&command, "grep -vE '^%s .*$' %s > %s",
     1316        mr_asprintf(&command, "grep -vE '^%s .*$' %s > %s",
    13171317                label, config_file, tempfile);
    13181318        paranoid_system(command);
Note: See TracChangeset for help on using the changeset viewer.