mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Grammar: Fixd bug with missing file error message
This commit is contained in:
parent
8991a3c87b
commit
25a6dd4920
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ void Grammar::loadFromFile (File& file)
|
|||
loadFromString (contents);
|
||||
}
|
||||
else
|
||||
throw format ("Grammar file '{0}'not found.", static_cast<std::string> (file));
|
||||
throw format ("Grammar file '{1}' not found.", static_cast<std::string> (file));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue