mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Use consistant integer type in raw_decoder
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user