Return a character from string if it is not ar array.
All checks were successful
The build was successful.
All checks were successful
The build was successful.
This commit is contained in:
parent
01c210984e
commit
7ec7ade171
@ -2529,7 +2529,7 @@ static sxi32 VmByteCodeExec(
|
||||
pIdx = pTos;
|
||||
pTos--;
|
||||
}
|
||||
if(pTos->iFlags & MEMOBJ_STRING) {
|
||||
if(pTos->iFlags & MEMOBJ_STRING && (pTos->iFlags & MEMOBJ_HASHMAP) == 0) {
|
||||
/* String access */
|
||||
if(pIdx) {
|
||||
sxu32 nOfft;
|
||||
|
Loading…
Reference in New Issue
Block a user