mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Fix an usage message
This commit is contained in:
parent
0ae206b1bb
commit
07e68aa694
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ STATIC_INLINE SV* _execute_impl(SV* self, SV* data, UV off, size_t limit) {
|
|||
XS(xs_unpacker_execute) {
|
||||
dXSARGS;
|
||||
if (items != 3) {
|
||||
Perl_croak(aTHX_ "Usage: $unpacker->execute_limit(data, off)");
|
||||
Perl_croak(aTHX_ "Usage: $unpacker->execute(data, off)");
|
||||
}
|
||||
|
||||
UNPACKER(ST(0), mp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue