Merge branch '1.9.3' of tasktools.org:task into 1.9.3
This commit is contained in:
@@ -1535,7 +1535,7 @@ void TDB::merge (const std::string& mergeFile)
|
||||
}
|
||||
|
||||
// write undo file
|
||||
if (! File::write (undoFile, undo, false))
|
||||
if (! File::write (undoFile, undo, true))
|
||||
throw std::string ("Could not write '") + undoFile + "'.";
|
||||
}
|
||||
else // nothing to be done
|
||||
|
||||
Reference in New Issue
Block a user