mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Use consistant integer type in raw_decoder
This commit is contained in:
parent
1bb982ecc2
commit
1b8daed9db
@ -52,7 +52,7 @@ namespace zmq
|
|||||||
|
|
||||||
msg_t in_progress;
|
msg_t in_progress;
|
||||||
|
|
||||||
const int64_t bufsize;
|
const size_t bufsize;
|
||||||
|
|
||||||
unsigned char *buffer;
|
unsigned char *buffer;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user