Ignore:
Timestamp:
May 13, 2009, 4:34:00 AM (15 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.