8000 Fix compile error. · didlie/msgpack-python@ee0e435 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee0e435

Browse files
committed
Fix compile error.
1 parent c25c8d7 commit ee0e435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack/pack_template.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ static inline int msgpack_pack_raw_body(msgpack_packer* x, const void* b, size_t
712712
/*
713713
* Ext
714714
*/
715-
static inline int msgpack_pack_ext(msgpack_packer* x, int8_t typecode, size_t l)
715+
static inline int msgpack_pack_ext(msgpack_packer* x, char typecode, size_t l)
716716
{
717717
if (l == 1) {
718718
unsigned char buf[2];

0 commit comments

Comments
 (0)
0