Fix error in GlowColors
This commit is contained in:
parent
9d06dd8efc
commit
1b07fb0512
@ -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