Scanner Access Now Easy ― Backends
 
 
 
 
 
 
Go to file
Oliver Rauch a6bd3d8318 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:43 +00:00
ChangeLog 2001-05-20 Oliver Rauch <Oliver.Rauch@rauch-domain.de> 2001-05-20 21:00:43 +00:00