Use consistant integer type in raw_decoder

This commit is contained in:
Richard Newton 2013-10-18 14:20:30 +01:00
parent 1bb982ecc2
commit 1b8daed9db

View File

@ -52,7 +52,7 @@ namespace zmq
msg_t in_progress;
const int64_t bufsize;
const size_t bufsize;
unsigned char *buffer;