Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 153699 Details for
Bug 238252
include sane module
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fix incompatible pointer type warning
python-imaging-1.1.6-sane-types.patch (text/plain), 402 bytes, created by
Nils Philippsen
on 2007-04-28 10:11:55 UTC
(
hide
)
Description:
patch to fix incompatible pointer type warning
Filename:
MIME Type:
Creator:
Nils Philippsen
Created:
2007-04-28 10:11:55 UTC
Size:
402 bytes
patch
obsolete
>--- Imaging-1.1.6/Sane/_sane.c.types 2006-12-03 13:12:22.000000000 +0100 >+++ Imaging-1.1.6/Sane/_sane.c 2007-04-28 11:41:19.000000000 +0200 >@@ -1152,8 +1152,8 @@ > static PyObject * > PySane_get_devices(PyObject *self, PyObject *args) > { >- SANE_Device **devlist; >- SANE_Device *dev; >+ const SANE_Device **devlist; >+ const SANE_Device *dev; > SANE_Status st; > PyObject *list; > int local_only, i;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238252
: 153699