This commit is contained in:
2018-07-23 19:39:21 +02:00
parent c28e0dbc88
commit 52d9616503
7 changed files with 11 additions and 39 deletions

View File

@@ -648,7 +648,7 @@ static sxi32 ProcessScript(
}
if(zFilePath) {
/* Push processed file path */
PH7_VmPushFilePath(pVm, zFilePath, TRUE, 0);
PH7_VmPushFilePath(pVm, zFilePath, -1, TRUE, 0);
}
/* Reset the error message consumer */
SyBlobReset(&pEngine->xConf.sErrConsumer);