mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
Fix an usage message
This commit is contained in:
parent
0ae206b1bb
commit
07e68aa694
@ -310,7 +310,7 @@ STATIC_INLINE SV* _execute_impl(SV* self, SV* data, UV off, size_t limit) {
|
|||||||
XS(xs_unpacker_execute) {
|
XS(xs_unpacker_execute) {
|
||||||
dXSARGS;
|
dXSARGS;
|
||||||
if (items != 3) {
|
if (items != 3) {
|
||||||
Perl_croak(aTHX_ "Usage: $unpacker->execute_limit(data, off)");
|
Perl_croak(aTHX_ "Usage: $unpacker->execute(data, off)");
|
||||||
}
|
}
|
||||||
|
|
||||||
UNPACKER(ST(0), mp);
|
UNPACKER(ST(0), mp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user