1
0
Fork 0
mirror of https://libwebsockets.org/repo/libwebsockets synced 2025-03-15 17:24:44 +00:00

gcc12: extend test-client buffer for dumb increment

This commit is contained in:
Andy Green 2022-04-17 07:46:38 +01:00
parent 079726c4b2
commit 01765df1ff

View file

@ -125,7 +125,7 @@ callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason,
#endif
#endif
const char *which = "http";
char which_wsi[20], buf[50 + LWS_PRE];
char which_wsi[50], buf[80 + LWS_PRE];
int n;
switch (reason) {