add python-imaging

This commit is contained in:
groni
2016-02-08 14:21:52 +01:00
parent 1197b0ca68
commit 3b7114594a
11 changed files with 273 additions and 2 deletions
@@ -0,0 +1,11 @@
--- python-imaging-1.1.6.old/Sane/_sane.c 2006-12-03 07:12:22.000000000 -0500
+++ python-imaging-1.1.6/Sane/_sane.c 2007-04-03 22:08:41.000000000 -0400
@@ -1156,7 +1156,7 @@
SANE_Device *dev;
SANE_Status st;
PyObject *list;
- int local_only, i;
+ int local_only=0, i;
if (!PyArg_ParseTuple(args, "|i", &local_only))
{