Show More
@@ -491,7 +491,7 b' static PyObject *index_pack_header(index' | |||||
491 | { |
|
491 | { | |
492 | int header; |
|
492 | int header; | |
493 | char out[4]; |
|
493 | char out[4]; | |
494 |
if (!PyArg_ParseTuple(args, " |
|
494 | if (!PyArg_ParseTuple(args, "i", &header)) { | |
495 | return NULL; |
|
495 | return NULL; | |
496 | } |
|
496 | } | |
497 | if (self->format_version != format_v1) { |
|
497 | if (self->format_version != format_v1) { |
General Comments 0
You need to be logged in to leave comments.
Login now