diff --git a/ChangeLog b/ChangeLog index 1fac1d14f..11a3f3df2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-02 Oliver Schirrmeister + + * fujitsu.c + bugfix: It is possible to read duplex color now. + 2004-05-31 Henning Meier-Geinitz * AUTHORS: Mattias Ellert has CVS write access now. diff --git a/backend/fujitsu.c b/backend/fujitsu.c index 1a9de08ea..a1275daab 100644 --- a/backend/fujitsu.c +++ b/backend/fujitsu.c @@ -128,7 +128,9 @@ - jpg hardware compression support (fi-4530C) 04-Mrz-2004 (oschirr@abm.de) - enabled option dropoutcolor for the fi-4530C, and fi-4x20C - + 02.06.2004 (oschirr@abm.de) + - bugfix: can read duplex color now + SANE FLOW DIAGRAM - sane_init() : initialize backend, attach scanners @@ -6313,6 +6315,7 @@ reader_duplex_alternate (struct fujitsu *scanner, else { /* write data to buffer */ memcpy (duplexPointer, largeBuffer, i_data_read); + duplexPointer += data_to_read; } DBG (MSG_IO_READ,