13
0

string fix up

This commit is contained in:
Paul Davis 2014-02-10 11:47:04 -05:00
parent a0abf608d6
commit 456fb789d3

View File

@ -436,8 +436,7 @@ FileSource::find_2X (Session& s, DataType type, const string& path, bool must_ex
if (must_exist) {
error << string_compose(
_("Filesource: cannot find required file (%1): while searching")
, pathstr) << endmsg;
_("Filesource: cannot find required file (%1) while searching"), pathstr) << endmsg;
goto out;
} else {
isnew = true;