Ignore:
Timestamp:
Mar 8, 2024, 3:31:58 AM (2 months ago)
Author:
Bruno Cornec
Message:

Fix mount_media calls

File:
1 edited

Legend:

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

    r3873 r3876  
    5656extern int partition_everything(struct mountlist_itself *mountlist);
    5757extern int handle_incoming_parameters(int argc, char *argv[]);
    58 extern int mount_media();
    5958
    6059/**
     
    17751774    mr_free(tmp);
    17761775    mvaddstr_and_log_it(g_currentY, 0, "Preparing to read your archives");
    1777     mount_media();
    17781776    if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
    17791777        mvaddstr_and_log_it(g_currentY++, 0,
     
    17931791        }
    17941792    } else {
     1793        mount_media(MNT_CDROM);
    17951794        mvaddstr_and_log_it(g_currentY++, 0,
    17961795                            "Restoring OS and data from CD/USB   ");
Note: See TracChangeset for help on using the changeset viewer.