Changeset 3892 in MondoRescue for branches/3.3/mondo/src/mondoarchive
- Timestamp:
- Mar 12, 2024, 3:10:24 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/mondoarchive/mondoarchive.c
r3885 r3892 276 276 } 277 277 278 if (argc > 2 && !strcmp(argv[1], "find- cd")) {278 if (argc > 2 && !strcmp(argv[1], "find-optical")) { 279 279 g_loglevel = 10; 280 280 setup_newt_stuff(); … … 283 283 } else { 284 284 printf("Optical drive is at %s\n", tmp); 285 }286 mr_free(tmp);287 finish(0);288 }289 290 if (argc > 2 && !strcmp(argv[1], "find-dvd")) {291 g_loglevel = 10;292 setup_newt_stuff();293 if (tmp = find_optical_device()) {294 printf("Failed to find DVD drive\n");295 } else {296 printf("DVD is at %s\n", tmp);297 285 } 298 286 mr_free(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.