Ignore:
Timestamp:
Nov 10, 2012, 5:05:37 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5035@localhost: bruno | 2012-11-09 03:17:01 +0100

  • Fix a compilation error and most compilation warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/mondoarchive/mondoarchive.c

    r2982 r3060  
    441441    run_program_and_log_output("mount", 2);
    442442
    443     system("rm -f "MONDO_CACHE"/last-backup.aborted");
     443    paranoid_system("rm -f "MONDO_CACHE"/last-backup.aborted");
    444444    if (!retval) {
    445445        printf("Mondoarchive ran OK.\n");
     
    463463    log_msg(0, "Time finished: %s", mr_date());
    464464
    465     chdir("/tmp");
     465    if (chdir("/tmp")) {
     466        // FIXME
     467    }
    466468
    467469    if (!g_text_mode) {
Note: See TracChangeset for help on using the changeset viewer.