Correct the comment.
Tous les contrôles ont réussi
The build was successful.

Cette révision appartient à :
Rafal Kupiec 2019-04-02 20:10:58 +02:00
Parent 66a7e957c9
révision fb50d8de25
Signé par: belliash
ID de la clé GPG: 4E829243E0CFE6B4

Voir le fichier

@ -2736,7 +2736,7 @@ static sxi32 VmByteCodeExec(
} else {
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);
if(pObj == 0) {
PH7_VmThrowError(&(*pVm), PH7_CTX_ERR,