Changeset 3468 in MondoRescue for branches/3.2/mondo/src
- Timestamp:
- Sep 11, 2015, 5:06:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondoarchive/mondoarchive.c
r3428 r3468 335 335 336 336 /* Process command line, if there is one. If not, ask user for info. */ 337 setup_newt_stuff(); 337 338 if (argc == 1) { 338 339 g_text_mode = FALSE; 339 setup_newt_stuff();340 340 res = interactively_obtain_media_parameters_from_user(TRUE); /* yes, archiving */ 341 341 if (res) { … … 350 350 finish(1); 351 351 } 352 setup_newt_stuff();353 352 } 354 353
Note:
See TracChangeset
for help on using the changeset viewer.