mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
lwsws specifically signed char return lejp
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
0a183545b2
commit
6e7b79b263
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)
|
||||
break;
|
||||
|
||||
m = (int)(char)lejp_parse(&ctx, buf, n);
|
||||
m = (int)(signed char)lejp_parse(&ctx, buf, n);
|
||||
} while (m == LEJP_CONTINUE);
|
||||
|
||||
close(fd);
|
||||
|
|
Loading…
Add table
Reference in a new issue