Fixed size types based on snej's pull request.

https://github.com/snej/msgpack-c/commit/1784e7a3f3d012e1149adc9b8a3abb3646eb616f
This commit is contained in:
Takatoshi Kondo
2013-12-22 15:13:48 +00:00
parent bf7fece440
commit cb4d851761
7 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public:
}
public:
void write(const char* buf, unsigned int len)
void write(const char* buf, size_t len)
{
if(len < base::ref_size) {
append_copy(buf, len);