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 :-)
bb
Michael
-- 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 - 06:41:46 PDT