Merge branch '1.9.3' of tasktools.org:task into 1.9.3

This commit is contained in:
Federico Hernandez 2010-10-06 00:25:12 +02:00
commit 9e9807a52a
10 changed files with 10 additions and 10 deletions

View file

@ -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