We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce27a10 commit 1b4635bCopy full SHA for 1b4635b
1 file changed
msgpack/pack_template.h
@@ -727,6 +727,7 @@ msgpack_pack_inline_func(_map)(msgpack_pack_user x, unsigned int n)
727
728
msgpack_pack_inline_func(_raw)(msgpack_pack_user x, size_t l)
729
{
730
+ TSRMLS_FETCH();
731
if(l < 32) {
732
unsigned char d = 0xa0 | l;
733
msgpack_pack_append_buffer(x, &TAKE8_8(d), 1);
0 commit comments