mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-28 23:24:11 +02:00
Replaced unsigned int to size_t.
This commit is contained in:
parent
c08439ff41
commit
038c3e3518
@ -101,7 +101,7 @@ private:
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
void pack_imp_int64(T d);
|
void pack_imp_int64(T d);
|
||||||
|
|
||||||
void append_buffer(const char* buf, unsigned int len)
|
void append_buffer(const char* buf, size_t len)
|
||||||
{ m_stream.write(buf, len); }
|
{ m_stream.write(buf, len); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user