tool/CommandSiiWrite.cpp
changeset 1166 006244d53f68
parent 1161 d1324ac71232
child 1254 c19d273a9e76
equal deleted inserted replaced
1165:c5d6e28eec91 1166:006244d53f68
    75         }
    75         }
    76         loadSiiData(&data, file);
    76         loadSiiData(&data, file);
    77         file.close();
    77         file.close();
    78     }
    78     }
    79 
    79 
    80     if (!force) {
    80     if (!getForce()) {
    81         try {
    81         try {
    82             checkSiiData(&data);
    82             checkSiiData(&data);
    83         } catch (CommandException &e) {
    83         } catch (CommandException &e) {
    84             delete [] data.words;
    84             delete [] data.words;
    85             throw e;
    85             throw e;