mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
bytes is signed
This commit is contained in:
parent
f78007766b
commit
36addd5b61
@ -1716,7 +1716,7 @@ static void client_run(jsock_t *jsock)
|
||||
bytes = ws_read_frame(&jsock->ws, &oc, &data);
|
||||
|
||||
if (bytes < 0) {
|
||||
die("BAD READ %" SWITCH_SIZE_T_FMT "\n", bytes);
|
||||
die("BAD READ %" SWITCH_SSIZE_T_FMT "\n", bytes);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user