Show More
@@ -20,6 +20,7 | |||
|
20 | 20 | of the GNU General Public License, incorporated herein by reference. |
|
21 | 21 | */ |
|
22 | 22 | |
|
23 | #define PY_SSIZE_T_CLEAN | |
|
23 | 24 | #include <Python.h> |
|
24 | 25 | #include <stdlib.h> |
|
25 | 26 | #include <string.h> |
@@ -355,7 +356,7 static PyObject * | |||
|
355 | 356 | patchedsize(PyObject *self, PyObject *args) |
|
356 | 357 | { |
|
357 | 358 | long orig, start, end, len, outlen = 0, last = 0; |
|
358 |
|
|
|
359 | Py_ssize_t patchlen; | |
|
359 | 360 | char *bin, *binend, *data; |
|
360 | 361 | |
|
361 | 362 | if (!PyArg_ParseTuple(args, "ls#", &orig, &bin, &patchlen)) |
General Comments 0
You need to be logged in to leave comments.
Login now