Comment 12 for bug 163845

Revision history for this message
Matthias Klose (doko) wrote :

there are typos resulting in build failures:

+diff -ruN ./Modules/imageop.c ../python2.5-2.5.1/Modules/imageop.c
+--- ./Modules/imageop.c 2006-01-19 07:09:39.000000000 +0100
++++ ../python2.5-2.5.1/Modules/imageop.c 2007-11-24 17:00:43.000000000 +0100
+@@ -78,7 +78,7 @@
+ char *cp, *ncp;
+ short *nsp;
+ Py_Int32 *nlp;
+- int len, size, x, y, newx1, newx2, newy1, newy2;
++ int len, size, x, y, newx1, newx2, newy1, newy2. nlen;
                                                                                    ^^^
+ int ix, iy, xstep, ystep;
+ PyObject *rv;
+