Correct comment.
Todas las comprobaciones han sido exitosas
The build was successful.

Este commit está contenido en:
2019-12-14 23:37:55 +01:00
padre fd0685f16e
commit e623111f41

Ver fichero

@@ -3939,8 +3939,8 @@ static sxi32 VmByteCodeExec(
*(void**)(&init) = dlsym(pModule.pHandle, "initializeModule");
#endif
if(!init) {
PH7_VmThrowError(pVm, PH7_CTX_ERR, "ImportError: Method '%z::initializeModule()' not found", &pModule.sName);
/* Could not find the module entry point */
PH7_VmThrowError(pVm, PH7_CTX_ERR, "ImportError: Method '%z::initializeModule()' not found", &pModule.sName);
}
/* Initialize the module */
init(pVm, &pModule.fVer, &pModule.sDesc);