simple touch-up
This commit is contained in:
parent
ac8bb735d9
commit
e8cfcfce44
@ -864,7 +864,7 @@ struct qse_awk_fnc_spec_t
|
||||
/**
|
||||
* when this field is set to a non-zero value bitwise-ORed of
|
||||
* #qse_awk_trait_t enumerators, the function is available if
|
||||
* this field bitwise-ANDed the global trait option produces
|
||||
* this field bitwise-ANDed with the global trait option produces
|
||||
* this field itself.
|
||||
*
|
||||
* this field doesn't take effect for a module function.
|
||||
|
@ -7086,7 +7086,7 @@ static qse_awk_mod_t* query_module (qse_awk_t* awk, const qse_cstr_t segs[], int
|
||||
}
|
||||
else
|
||||
{
|
||||
qse_char_t* olderrmsg = qse_awk_backuperrmsg(awk);
|
||||
const qse_char_t* olderrmsg = qse_awk_backuperrmsg(awk);
|
||||
qse_awk_seterrfmt (awk, QSE_AWK_ENOENT, QSE_NULL, QSE_T("module '%.*js' not found - %js"), (int)(12 + buflen), &buf[1], olderrmsg);
|
||||
}
|
||||
awk->prm.modclose (awk, md.handle);
|
||||
@ -7125,7 +7125,7 @@ done:
|
||||
}
|
||||
else
|
||||
{
|
||||
qse_char_t* olderrmsg = qse_awk_backuperrmsg(awk);
|
||||
const qse_char_t* olderrmsg = qse_awk_backuperrmsg(awk);
|
||||
qse_awk_seterrfmt (awk, QSE_AWK_ENOENT, QSE_NULL, QSE_T("unable to find '%.*js' in module '%.*js' - %js"), (int)segs[1].len, segs[1].ptr, (int)segs[0].len, segs[0].ptr, olderrmsg);
|
||||
}
|
||||
return QSE_NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user