Changeset 2279 in MondoRescue


Ignore:
Timestamp:
Jul 18, 2009, 1:49:03 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3272@localhost: bruno | 2009-07-18 01:37:19 +0200
Formating

Location:
branches/2.2.10
Files:
3 edited

Legend:

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

    r2265 r2279  
    15991599            ("Please supply either include_paths or userdef_filelist");
    16001600    }
    1601 // make hole for filelist
     1601    // make hole for filelist
    16021602    mr_asprintf(&command, "mkdir -p %s/archives", scratchdir);
    16031603    paranoid_system(command);
  • branches/2.2.10/mondo/src/common/newt-specific.c

    r2277 r2279  
    625625            g_isoform_header = newtLabel(1, 1, g_isoform_header_str);
    626626            g_isoform_scale = newtScale(3, 3, 34, 100);
    627             //      newtOpenWindow (20, 6, 40, 7, title);      // "Please Wait");
    628627            newtCenteredWindow(40, 7, title);
    629628            g_isoform_main = newtForm(NULL, NULL, 0);
  • branches/2.2.10/tools/myval

    r2247 r2279  
    33# Call valgrind to test mondo
    44
    5 sudo valgrind --log-file=/tmp/val.log --show-reachable=yes --track-origins=yes --leak-check=full /home/bruno/local/pb/projects/mondorescue/build/BUILD/mondo-2.2.9/src/mondoarchive/mondoarchive -K 99 -Oi -I /etc -d /home
     5sudo valgrind --log-file=/tmp/val.log --show-reachable=yes --track-origins=yes --leak-check=full /home/bruno/local/pb/projects/mondorescue/build/BUILD/mondo-2.2.10/src/mondoarchive/mondoarchive -K 99 -Oi -I /etc -d /home
Note: See TracChangeset for help on using the changeset viewer.