Bug
- Fixed bug whereby after a merge, the undo.data file had all lines concatenated without \n characters.
This commit is contained in:
@@ -1535,7 +1535,7 @@ void TDB::merge (const std::string& mergeFile)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// write undo file
|
// write undo file
|
||||||
if (! File::write (undoFile, undo, false))
|
if (! File::write (undoFile, undo, true))
|
||||||
throw std::string ("Could not write '") + undoFile + "'.";
|
throw std::string ("Could not write '") + undoFile + "'.";
|
||||||
}
|
}
|
||||||
else // nothing to be done
|
else // nothing to be done
|
||||||
|
|||||||
Reference in New Issue
Block a user