Fix error in GlowColors

This commit is contained in:
BotoX 2019-10-08 23:04:56 +02:00
parent 9d06dd8efc
commit 1b07fb0512

View File

@ -262,7 +262,7 @@ public MRESReturn AcceptInput(int pThis, Handle hReturn, Handle hParams)
sValue[i] = '\0'; sValue[i] = '\0';
bFound = false; bFound = false;
if(iArgs > sizeof(aArgs)) if(iArgs >= sizeof(aArgs))
break; break;
} }
continue; continue;