Ignore:
Timestamp:
Jun 25, 2013, 10:53:14 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Apply fixes to 3.1 tree so that at least mondo compiles again (but that branch probably doesn't work at all again).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/mondo/src/common/libmondo-verify.c

    r3147 r3161  
    305305                    log_to_screen("%s/%s not found on live filesystem", bkpinfo->restore_path, biggiestruct.filename);
    306306                    mr_asprintf(tmp, "echo \"%s/%s not found\" >> %s/biggies.changed", bkpinfo->restore_path, biggiestruct.filename, bkpinfo->tmpdir);
    307                     system(tmp);
     307                    if (system(tmp)) {
     308                        //FIXME
     309                    }
    308310                    mr_free(tmp);
    309311
     
    412414    char *outlog = NULL;
    413415    char *tmp = NULL;
    414     char *p = NULL;
    415416
    416417    /*@ pointers ******************************************************* */
Note: See TracChangeset for help on using the changeset viewer.