Changeset 2202 in MondoRescue for branches/2.2.9/mondo/src/mondorestore


Ignore:
Timestamp:
May 13, 2009, 4:34:00 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove useless function look_for_weird_formats
  • Adds a test program for mountlist management to find a seg. fault bug when using a large mountlist file
Location:
branches/2.2.9/mondo/src/mondorestore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/mondorestore/mondo-rstr-newt.h

    r1930 r2202  
    149149void log_to_screen(const char *fmt, ...);
    150150int look_for_duplicate_mountpoints(struct mountlist_itself *, char *);
    151 int look_for_weird_formats(struct mountlist_itself *, char *);
    152151void make_list_of_unallocated_raid_partitions(struct mountlist_itself *,
    153152                                              struct mountlist_itself *,
  • branches/2.2.9/mondo/src/mondorestore/mondorestore.c

    r2144 r2202  
    28802880    run_program_and_log_output("mkdir -p " MNT_CDROM, FALSE);
    28812881
    2882     malloc_string(tmp);
    28832882    malloc_string(a);
    28842883    malloc_string(b);
     
    29262925
    29272926    /* Init GUI */
    2928     malloc_libmondo_global_strings();
    29292927    setup_newt_stuff();         /* call newtInit and setup screen log */
    29302928    welcome_to_mondorestore();
     
    29552953    }
    29562954
    2957     g_loglevel = DEFAULT_MR_LOGLEVEL;
    29582955    if (argc == 3 && strcmp(argv[1], "--echo-to-screen") == 0) {
    29592956        fout = fopen("/tmp/out.txt", "w");
Note: See TracChangeset for help on using the changeset viewer.