mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-27 23:10:20 +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>
|
||||
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); }
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user