##// END OF EJS Templates
cext: make revlog.c PY_SSIZE_T_CLEAN...
Gregory Szorc -
r42234:b01bbb8f default
parent child Browse files
Show More
@@ -7,6 +7,7 b''
7 7 the GNU General Public License, incorporated herein by reference.
8 8 */
9 9
10 #define PY_SSIZE_T_CLEAN
10 11 #include <Python.h>
11 12 #include <assert.h>
12 13 #include <ctype.h>
@@ -1947,7 +1948,7 b' static int index_populate_nt(indexObject'
1947 1948 static PyObject *index_partialmatch(indexObject *self, PyObject *args)
1948 1949 {
1949 1950 const char *fullnode;
1950 int nodelen;
1951 Py_ssize_t nodelen;
1951 1952 char *node;
1952 1953 int rev, i;
1953 1954
General Comments 0
You need to be logged in to leave comments. Login now