Show More
@@ -370,7 +370,7 b' static int node_check(PyObject *obj, cha' | |||||
370 |
|
370 | |||
371 | static PyObject *index_append(indexObject *self, PyObject *obj) |
|
371 | static PyObject *index_append(indexObject *self, PyObject *obj) | |
372 | { |
|
372 | { | |
373 |
u |
|
373 | uint64_t offset_flags; | |
374 | int rev, comp_len, uncomp_len, base_rev, link_rev, parent_1, parent_2; |
|
374 | int rev, comp_len, uncomp_len, base_rev, link_rev, parent_1, parent_2; | |
375 | Py_ssize_t c_node_id_len; |
|
375 | Py_ssize_t c_node_id_len; | |
376 | const char *c_node_id; |
|
376 | const char *c_node_id; |
General Comments 0
You need to be logged in to leave comments.
Login now