- Softened the wording in an error message.
- Added WARNING commends to the Config sample.
This commit is contained in:
Paul Beckingham
2010-10-07 23:38:34 -04:00
parent 42521fea8b
commit 533bbedd81
2 changed files with 4 additions and 2 deletions

View File

@@ -85,8 +85,7 @@ void readTaskmods (std::vector <std::string> &input,
stream >> ts;
if (stream.fail ())
throw std::string ("Failed to convert \"" + stream.str ()
+ "\" to integer: " + tmod_tmp.getTimeStr () + ".");
throw std::string ("There was a problem reading the timestamp from the undo.data file.");
// 'time' is the first line of a modification
// thus we will (re)set the taskmod object