Coverity issues:
129202: replace dynamic_cast with static_cast 129421, 129422: fix Py_Return macro 128928: Unchecked return value 129488, 129490: uninitialized scalar variable 129567, 129661: uninitialized scalar field 129665: uninitialized pointer field
This commit is contained in:
@@ -1388,7 +1388,8 @@ bool Document::save (void)
|
||||
fn = str.str();
|
||||
}
|
||||
|
||||
fi.renameFile(fn.c_str());
|
||||
if (fi.renameFile(fn.c_str()) == false)
|
||||
Base::Console().Warning("Cannot rename project file to backup file\n");
|
||||
}
|
||||
else {
|
||||
fi.deleteFile();
|
||||
|
||||
Reference in New Issue
Block a user