Hi, On Sat, Jul 13, 2002 at 01:38:29AM +0200, Oliver Schwartz wrote: > One minor annoyance: I thinkt that the type of the "buffer" argument in > sanei_usb_write_bulk should be changed from "SANE_Byte *" to > "const SANE_Byte *".
I have changed that in CVS. The change generates a warning now, because libusb uses write with a non const pointer. But the const ist right in my opinion. Bye, Henning