mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 19:13:35 +01:00
Merge pull request #713 from ricnewton/master
Use consistant integer type in raw_decoder
This commit is contained in:
commit
5f1a9a4ae5
@ -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