Merge branch '2.3' into develop

This commit is contained in:
Markus Mäkelä 2019-05-28 15:19:10 +03:00
commit 2ddc20cf9e
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -1116,7 +1116,7 @@ const char* keywords[] =
NULL
};
static bool token_is_keyword(const char* tok, int len)
static bool token_is_keyword(const char* tok, size_t len)
{
for (int i = 0; keywords[i]; i++)
{