Correct the comment.
Все проверки выполнены успешно
The build was successful.

Этот коммит содержится в:
2019-04-02 20:10:58 +02:00
родитель 66a7e957c9
Коммит fb50d8de25

Просмотреть файл

@@ -2736,7 +2736,7 @@ static sxi32 VmByteCodeExec(
} else { } else {
SyStringInitFromBuf(&sName, pInstr->p3, SyStrlen((const char *)pInstr->p3)); SyStringInitFromBuf(&sName, pInstr->p3, SyStrlen((const char *)pInstr->p3));
} }
/* Extract the desired variable and if not available dynamically create it */ /* Extract the desired variable if available */
pObj = VmExtractMemObj(&(*pVm), &sName, pInstr->p3 ? FALSE : TRUE, FALSE); pObj = VmExtractMemObj(&(*pVm), &sName, pInstr->p3 ? FALSE : TRUE, FALSE);
if(pObj == 0) { if(pObj == 0) {
PH7_VmThrowError(&(*pVm), PH7_CTX_ERR, PH7_VmThrowError(&(*pVm), PH7_CTX_ERR,