mh wrote:
>
> Oliver Rauch, Don, 24 Mai 2001 :
> > mh wrote:
> ...
> > Please could you test the following:
> >
> > edit xsane-preview.c line 2066
> >
> > if (quality < min_quality)
> > {
> > return min_quality;
> > }
> > change
> > if (quality < min_quality)
> > to
> > if (quality <= min_quality)
>
> Test passed...
> min_quality was indeed equal to quality, with your modification it works for
> the plustek backend :-)
Fine,
will be changed in xsane-0.78
Thanks for the test.
Bye
Oliver
-- Homepage: http://www.rauch-domain.de sane-umax: http://www.rauch-domain.de/sane-umax xsane: http://www.xsane.org E-Mail: mailto:Oliver.Rauch@rauch-domain.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 : Thu May 24 2001 - 07:04:53 PDT