fixed some hiccups in bakefile description

This commit is contained in:
2013-02-02 17:21:52 +00:00
parent 2402f6f92b
commit 0048331293
9 changed files with 5092 additions and 2217 deletions

View File

@ -6546,6 +6546,7 @@ static qse_awk_mod_t* query_module (
QSE_T('a'),
QSE_T('w'),
QSE_T('k'),
QSE_T('_'),
QSE_T('m'),
QSE_T('o'),
QSE_T('d'),
@ -6643,7 +6644,7 @@ static qse_awk_mod_t* query_module (
if (!load)
{
ea.ptr = &buf[1];
ea.len = 4 + buflen;
ea.len = 12 + buflen;
qse_awk_seterror (awk, QSE_AWK_ENOENT, &ea, QSE_NULL);
awk->prm.modclose (awk, md.handle);