mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-18 20:38:00 +01:00
No debug output
This commit is contained in:
parent
cd862409cc
commit
11cde61eab
@ -238,7 +238,7 @@ STATIC_INLINE void _msgpack_pack_rv(enc_t *enc, SV* sv, int depth) {
|
|||||||
else if (len == 1 && *pv == '0')
|
else if (len == 1 && *pv == '0')
|
||||||
msgpack_pack_false(enc);
|
msgpack_pack_false(enc);
|
||||||
else {
|
else {
|
||||||
sv_dump(sv);
|
//sv_dump(sv);
|
||||||
croak("cannot encode reference to scalar '%s' unless the scalar is 0 or 1",
|
croak("cannot encode reference to scalar '%s' unless the scalar is 0 or 1",
|
||||||
SvPV_nolen (sv_2mortal (newRV_inc (sv))));
|
SvPV_nolen (sv_2mortal (newRV_inc (sv))));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user