提交 058ef692 authored 作者: Brian West's avatar Brian West

FS-6617 fix compile error

上级 47891d5c
......@@ -1237,7 +1237,7 @@ static void client_run(jsock_t *jsock)
bytes = ws_read_frame(&jsock->ws, &oc, &data);
if (bytes < 0) {
die("BAD READ %ld\n", bytes);
die("BAD READ %" SWITCH_SIZE_T_FMT "\n", bytes);
break;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论