Fix error in GlowColors
This commit is contained in:
parent
db0e162467
commit
4aee3d0b02
@ -262,7 +262,7 @@ public MRESReturn AcceptInput(int pThis, Handle hReturn, Handle hParams)
|
||||
sValue[i] = '\0';
|
||||
bFound = false;
|
||||
|
||||
if(iArgs > sizeof(aArgs))
|
||||
if(iArgs >= sizeof(aArgs))
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user