add python-pillow The friendly PIL fork (Python Imaging Library)
This commit is contained in:
@@ -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))
|
||||
{
|
||||
Reference in New Issue
Block a user