Fixed inconsistent error message (patch from Mattias Ellert <mattias.ellert@tsl.uu.se>).

merge-requests/1/head
Henning Geinitz 2004-02-04 20:27:58 +00:00
rodzic 433993a7f5
commit b79b8b4db3
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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;
}