Ignore:
Timestamp:
Mar 6, 2024, 2:09:16 AM (4 months ago)
Author:
Bruno Cornec
Message:

Fix find_dvd_device by removing useless second param and using wodim -inq

File:
1 edited

Legend:

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

    r3843 r3844  
    301301        setup_newt_stuff();
    302302        malloc_string(tmp);
    303         if (find_dvd_device(tmp)) {
     303        if (find_dvd_device(tmp, atoi(argv[2]))) {
    304304            printf("Failed to find DVD drive\n");
    305305        } else {
Note: See TracChangeset for help on using the changeset viewer.