mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-17 12:17:00 +00:00
FS-6617 fix compile error
This commit is contained in:
parent
47891d5caa
commit
058ef6923b
@ -1237,7 +1237,7 @@ static void client_run(jsock_t *jsock)
|
|||||||
bytes = ws_read_frame(&jsock->ws, &oc, &data);
|
bytes = ws_read_frame(&jsock->ws, &oc, &data);
|
||||||
|
|
||||||
if (bytes < 0) {
|
if (bytes < 0) {
|
||||||
die("BAD READ %ld\n", bytes);
|
die("BAD READ %" SWITCH_SIZE_T_FMT "\n", bytes);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user