kopia lustrzana https://gitlab.com/sane-project/backends
Fixed inconsistent error message (patch from Mattias Ellert <mattias.ellert@tsl.uu.se>).
rodzic
433993a7f5
commit
b79b8b4db3
|
@ -1,3 +1,8 @@
|
|||
2004-02-04 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* sanei/sanei_usb.c: Fixed inconsistent error message (patch from
|
||||
Mattias Ellert <mattias.ellert@tsl.uu.se>).
|
||||
|
||||
2004-02-01 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||
* sanei/sanei_thread.c: added Mattias Ellerts' patch to make
|
||||
sanei_thread_kill work on MacOSX.
|
||||
|
|
|
@ -896,7 +896,7 @@ sanei_usb_write_bulk (SANE_Int dn, const SANE_Byte * buffer, size_t * size)
|
|||
#endif /* not HAVE_LIBUSB */
|
||||
else
|
||||
{
|
||||
DBG (1, "sanei_usb_read_bulk: access method %d not implemented\n",
|
||||
DBG (1, "sanei_usb_write_bulk: access method %d not implemented\n",
|
||||
devices[dn].method);
|
||||
return SANE_STATUS_INVAL;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue