Set proper data type for static variables;
Tous les contrôles ont réussi
The build was successful.

Cette révision appartient à :
2018-09-24 19:16:44 +02:00
Parent 6e7bc74949
révision 5f2f9d9c08

Voir le fichier

@@ -4959,6 +4959,7 @@ static sxi32 VmByteCodeExec(
PH7_VmThrowError(&(*pVm), PH7_CTX_ERR,
"Value does not match the data type of '$%z' variable", &pStatic->sName);
}
pObj->iFlags = pStatic->iFlags;
pObj->nIdx = pStatic->nIdx;
} else {
continue;