Ignore:
Timestamp:
Dec 21, 2005, 9:41:31 AM (18 years ago)
Author:
bcornec
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/mondo/mondorestore/mondo-rstr-tools.c

    r251 r253  
    10251025                                               MNT_CDROM, 1);
    10261026                }
    1027                 if (does_file_exist(MNT_CDROM "/archives/filelist.0"))
    1028 // End patch
    1029                 {
     1027                if (does_file_exist(MNT_CDROM "/archives/filelist.0")) {
    10301028                    bkpinfo->backup_media_type = cdr;
    10311029                    run_program_and_log_output("umount " MNT_CDROM, 1);
     
    10331031                        ("Re-jigging configuration AGAIN. CD-R, not ISO.");
    10341032                }
     1033            }
    10351034            if (read_cfg_var(cfg_file, "iso-prefix", value) == 0) {
    10361035                    strcpy(bkpinfo->prefix,value);
Note: See TracChangeset for help on using the changeset viewer.