sane-project-backends/frontend
Oliver Rauch 13857301a9 2001-05-20 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* removed a bug in saned (patch by Matthias Trute <mtrute@topmail.de>)
          calculation of the reader buffer index was not correct:
             if (reader >= sizeof (buf))
          -    reader = 0;
          +    reader -= sizeof(buf);
2001-05-20 21:00:48 +00:00
..
.gdbinit
Makefile.in
saned.c 2001-05-20 Oliver Rauch <Oliver.Rauch@rauch-domain.de> 2001-05-20 21:00:48 +00:00
scanimage.c
stiff.c
stiff.h
test.c