mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
Use consistant integer type in raw_decoder
This commit is contained in:
@@ -52,7 +52,7 @@ namespace zmq
|
||||
|
||||
msg_t in_progress;
|
||||
|
||||
const int64_t bufsize;
|
||||
const size_t bufsize;
|
||||
|
||||
unsigned char *buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user