Changeset 2279 in MondoRescue for branches/2.2.10/mondo/src/common


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/mondo/src/common
Files:
2 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);
Note: See TracChangeset for help on using the changeset viewer.