- Timestamp:
- Dec 21, 2016, 4:19:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/mondoarchive/mondoarchive.c
r3628 r3629 331 331 332 332 /* Process command line, if there is one. If not, ask user for info. */ 333 if (argc == 1) { 333 /* In case we just used -K xx then go interactive as well */ 334 if ((argc == 1) || ((argc == 3) && (strcmp(argv[1],"-K") == 0))) { 334 335 g_text_mode = FALSE; 335 336 setup_newt_stuff();
Note:
See TracChangeset
for help on using the changeset viewer.