diff options
| author | INADA Naoki <inada-n@klab.com> | 2012-09-23 10:00:18 +0900 |
|---|---|---|
| committer | INADA Naoki <inada-n@klab.com> | 2012-09-23 10:00:18 +0900 |
| commit | eaf9891b4255f3b1ca5cf2ea5b631091523b913d (patch) | |
| tree | 9e78da7c729e316860b773e96ef2c743c5c1a134 /msgpack/unpack_template.h | |
| parent | 65f582345c468b3c803b1e0100181bf9bde7f290 (diff) | |
| download | msgpack-python-eaf9891b4255f3b1ca5cf2ea5b631091523b913d.tar.gz | |
clean some cython code.
Diffstat (limited to 'msgpack/unpack_template.h')
| -rw-r--r-- | msgpack/unpack_template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/unpack_template.h b/msgpack/unpack_template.h index 10e41e1..5495a51 100644 --- a/msgpack/unpack_template.h +++ b/msgpack/unpack_template.h @@ -95,7 +95,7 @@ msgpack_unpack_func(msgpack_unpack_object, _data)(msgpack_unpack_struct(_context } -msgpack_unpack_func(int, _execute)(msgpack_unpack_struct(_context)* ctx, const char* data, size_t len, size_t* off, bool construct) +msgpack_unpack_func(int, _execute)(msgpack_unpack_struct(_context)* ctx, const char* data, size_t len, size_t* off, int construct) { assert(len >= *off); |
