mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-16 18:56:55 +02: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