We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a56070c + 7b0283f commit 9ffa9faCopy full SHA for 9ffa9fa
1 file changed
tests/api.c
@@ -66573,7 +66573,7 @@ static byte* test_find_string(const char *string,
66573
{
66574
int string_size, i;
66575
66576
- string_size = XSTRLEN(string);
+ string_size = (int)XSTRLEN(string);
66577
for (i = 0; i < buf_size - string_size - 1; i++) {
66578
if (XSTRCMP((char*)&buf[i], string) == 0)
66579
return &buf[i];
0 commit comments