Correct comment.
The build was successful. Ayrıntılar

Bu işleme şunda yer alıyor:
Rafal Kupiec 2019-12-14 23:37:55 +01:00
ebeveyn fd0685f16e
işleme e623111f41
İmzalayan: belliash
GPG Anahtar Kimliği: 4E829243E0CFE6B4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -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);