what?
unacceptable.
This commit is contained in:
parent
322981b021
commit
cec5def347
3 changed files with 9 additions and 1 deletions
|
|
@ -2435,9 +2435,9 @@ bool FurnaceGUI::loop() {
|
|||
if (outFile!=NULL) {
|
||||
if (fwrite(w->getFinalBuf(),1,w->size(),outFile)!=w->size()) {
|
||||
logW("did not write backup entirely: %s!\n",strerror(errno));
|
||||
fclose(outFile);
|
||||
w->finish();
|
||||
}
|
||||
fclose(outFile);
|
||||
} else {
|
||||
logW("could not save backup: %s!\n",strerror(errno));
|
||||
w->finish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue