Fix #15: using not the general byte container block but the functions ones to get the line information

This commit is contained in:
2018-07-22 16:40:43 +01:00
parent 4c81475afb
commit 0383801c5e
8 changed files with 118 additions and 117 deletions

View File

@@ -1464,7 +1464,6 @@ static int vm_builtin_xml_error_string(ph7_context *pCtx, int nArg, ph7_value **
PH7_PRIVATE sxi32 initializeModule(ph7_vm *pVm, ph7_real *ver, SyString *desc) {
sxi32 rc;
sxu32 n;
desc->zString = MODULE_DESC;
*ver = MODULE_VER;
for(n = 0; n < SX_ARRAYSIZE(xmlConstList); ++n) {