Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
sane-backends
fix-no-return-in-nonvoid-function.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-no-return-in-nonvoid-function.patch of Package sane-backends
--- backend/kodakaio.c.orig 2012-08-10 02:33:29.000000000 +0200 +++ backend/kodakaio.c 2012-10-16 15:53:59.000000000 +0200 @@ -666,8 +666,11 @@ kodakaio_net_read(struct KodakAio_Scanne DBG(32, "net read %d bytes:%x,%x,%x,%x,%x,%x,%x,%x\n",read,buf[0],buf[1],buf[2],buf[3],buf[4],buf[5],buf[6],buf[7]); return read; } - else + else { DBG(1, "Unknown problem with poll\n"); + *status = SANE_STATUS_IO_ERROR; + } + return read; } /* kodak does not pad commands like magicolor, so there's only a write_raw function */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor