mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Fix compile error.
This commit is contained in:
parent
c25c8d7246
commit
ee0e435535
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ static inline int msgpack_pack_raw_body(msgpack_packer* x, const void* b, size_t
|
|||
/*
|
||||
* Ext
|
||||
*/
|
||||
static inline int msgpack_pack_ext(msgpack_packer* x, int8_t typecode, size_t l)
|
||||
static inline int msgpack_pack_ext(msgpack_packer* x, char typecode, size_t l)
|
||||
{
|
||||
if (l == 1) {
|
||||
unsigned char buf[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue