Skip to content
Snippets Groups Projects
Commit c581b9ee22b1 authored by Jörg Sonnenberger's avatar Jörg Sonnenberger
Browse files

cext: match format string for 32bit long platforms

Differential Revision: https://phab.mercurial-scm.org/D9546
parent 7a2b67e6b680
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@
static PyObject *index_append(indexObject *self, PyObject *obj)
{
unsigned long offset_flags;
uint64_t offset_flags;
int rev, comp_len, uncomp_len, base_rev, link_rev, parent_1, parent_2;
Py_ssize_t c_node_id_len;
const char *c_node_id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment