mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
lwsws specifically signed char return lejp
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
54a38e76f2
commit
575ab335de
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ lwsws_get_config(void *user, const char *f, const char * const *paths,
|
||||||
if (!n)
|
if (!n)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
m = (int)(char)lejp_parse(&ctx, buf, n);
|
m = (int)(signed char)lejp_parse(&ctx, buf, n);
|
||||||
} while (m == LEJP_CONTINUE);
|
} while (m == LEJP_CONTINUE);
|
||||||
|
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
Loading…
Add table
Reference in a new issue