##// END OF EJS Templates
parsers: fix width of datalen variable in fm1readmarkers...
Yuya Nishihara -
r26872:ce03e728 stable
parent child Browse files
Show More
@@ -2692,7 +2692,7 b' bail:'
2692
2692
2693 static PyObject *fm1readmarkers(PyObject *self, PyObject *args) {
2693 static PyObject *fm1readmarkers(PyObject *self, PyObject *args) {
2694 const char *data, *dataend;
2694 const char *data, *dataend;
2695 Py_ssize_t datalen;
2695 int datalen;
2696 Py_ssize_t offset, stop;
2696 Py_ssize_t offset, stop;
2697 PyObject *markers = NULL;
2697 PyObject *markers = NULL;
2698
2698
General Comments 0
You need to be logged in to leave comments. Login now