Changeset 3468 in MondoRescue for branches


Ignore:
Timestamp:
Sep 11, 2015, 5:06:04 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Avoids mondoarchive to crash on an allocation error when there is a syntax error
File:
1 edited

Legend:

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

    r3428 r3468  
    335335
    336336    /* Process command line, if there is one. If not, ask user for info. */
     337    setup_newt_stuff();
    337338    if (argc == 1) {
    338339        g_text_mode = FALSE;
    339         setup_newt_stuff();
    340340        res = interactively_obtain_media_parameters_from_user(TRUE);    /* yes, archiving */
    341341        if (res) {
     
    350350            finish(1);
    351351        }
    352         setup_newt_stuff();
    353352    }
    354353
Note: See TracChangeset for help on using the changeset viewer.