mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
gcc12: extend test-client buffer for dumb increment
This commit is contained in:
parent
6e997a9e70
commit
e02aaff34c
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason,
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
const char *which = "http";
|
const char *which = "http";
|
||||||
char which_wsi[20], buf[50 + LWS_PRE];
|
char which_wsi[50], buf[80 + LWS_PRE];
|
||||||
int n;
|
int n;
|
||||||
|
|
||||||
switch (reason) {
|
switch (reason) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue