diff --git a/src/TDB.cpp b/src/TDB.cpp index 76eaec080..5c6a3cdb9 100644 --- a/src/TDB.cpp +++ b/src/TDB.cpp @@ -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