Changeset 3148 in MondoRescue for branches/3.1/mondo/src/mondorestore


Ignore:
Timestamp:
Jun 19, 2013, 8:50:28 AM (11 years ago)
Author:
Bruno Cornec
Message:

2nd phase for svn merge -r 2935:3146 ../3.0

Location:
branches/3.1/mondo/src/mondorestore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/mondo/src/mondorestore/mondo-prep.c

    r3147 r3148  
    14211421    char *tmp1 = NULL;
    14221422    char *tmp1 = NULL;
     1423    char *tmp1 = NULL;
    14231424
    14241425    /** end *************************************************************/
     
    22632264    } else if (strcmp(format, "btrfs") == 0) {
    22642265              strcpy(program, "mkfs.btrfs");
     2266    } else if (strcmp(format, "btrfs") == 0) {
     2267              strcpy(program, "mkfs.btrfs");
    22652268    } else if (strcmp(format, "minix") == 0) {
    22662269        mr_asprintf(program, "mkfs.minix");
  • branches/3.1/mondo/src/mondorestore/mondo-rstr-tools.c

    r3147 r3148  
    8080char *incoming = NULL;
    8181char *question = NULL;
     82char *q;
    8283char *q;
    8384
     
    13991400    bool done;
    14001401    int res = 0;        /*  FALSE */
     1402    bool mntlistchg = FALSE;
     1403    FILE *fin = NULL;
    14011404    bool mntlistchg = FALSE;
    14021405    FILE *fin = NULL;
     
    18771880    char *incoming = NULL;
    18781881    char *q;
     1882    char *q;
    18791883
    18801884    assert_string_is_neither_NULL_nor_zerolength(output_file);
Note: See TracChangeset for help on using the changeset viewer.