This commit is contained in:
Richard Heck 2018-02-23 23:38:31 -05:00
parent cc42634665
commit 0f812b0e41

View File

@ -99,8 +99,8 @@ bool CmdDef::read(string const & def_file)
}
case BN_DEFFILE:
if (lex.next()) {
string const tmp = lex.getString();
error |= !read(tmp);
string const stmp = lex.getString();
error |= !read(stmp);
} else {
lex.printError("BN_DEFFILE: Missing file name");
error = true;