]> TLD Linux GIT Repositories - packages/python-PIL.git/blob - python-imaging-1.1.6-sane-types.patch
- from PLD
[packages/python-PIL.git] / python-imaging-1.1.6-sane-types.patch
1 --- Imaging-1.1.6/Sane/_sane.c.types    2006-12-03 13:12:22.000000000 +0100
2 +++ Imaging-1.1.6/Sane/_sane.c  2007-04-28 11:41:19.000000000 +0200
3 @@ -1152,8 +1152,8 @@
4  static PyObject *
5  PySane_get_devices(PyObject *self, PyObject *args)
6  {
7 -  SANE_Device **devlist;
8 -  SANE_Device *dev;
9 +  const SANE_Device **devlist;
10 +  const SANE_Device *dev;
11    SANE_Status st;
12    PyObject *list;
13    int local_only, i;