mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-23 15:14:40 +01: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;
|
||||
|
||||
const int64_t bufsize;
|
||||
const size_t bufsize;
|
||||
|
||||
unsigned char *buffer;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user