string fix up
This commit is contained in:
parent
a0abf608d6
commit
456fb789d3
@ -436,8 +436,7 @@ FileSource::find_2X (Session& s, DataType type, const string& path, bool must_ex
|
|||||||
|
|
||||||
if (must_exist) {
|
if (must_exist) {
|
||||||
error << string_compose(
|
error << string_compose(
|
||||||
_("Filesource: cannot find required file (%1): while searching")
|
_("Filesource: cannot find required file (%1) while searching"), pathstr) << endmsg;
|
||||||
, pathstr) << endmsg;
|
|
||||||
goto out;
|
goto out;
|
||||||
} else {
|
} else {
|
||||||
isnew = true;
|
isnew = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user