Harald Kirsch wrote:
> > sane-*/backend/snapscan.c
> > search for: sane_get_option_descriptor (about line 1180)
> > and change the following "if" comparison
> >
> > if (n < NUM_OPTS)
> >
> > to:
> >
> > if ((n>=0) && (n < NUM_OPTS))
> >
>
> This did the trick. Thanks,
>
Thanks for the feedback!
Bye
Oliver
-- Homepage: http://www.wolfsburg.de/~rauch sane-umax: http://www.wolfsburg.de/~rauch/sane/sane-umax.html xsane: http://www.wolfsburg.de/~rauch/sane/sane-xsane.html E-Mail: mailto:Oliver.Rauch@Wolfsburg.DE-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Sun Jan 16 2000 - 11:00:51 PST