Commit 1b8daed9 authored by Richard Newton's avatar Richard Newton

Use consistant integer type in raw_decoder

parent 1bb982ec
...@@ -52,7 +52,7 @@ namespace zmq ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment