kopia lustrzana https://gitlab.com/sane-project/backends
updated debug info
rodzic
ee71d11e42
commit
0983c94a43
|
@ -5,6 +5,7 @@
|
|||
2004-10-17 Ullrich Sigwanz <usigwanz@freesurf.ch>
|
||||
|
||||
* backend/niash_core.c: rewrote buffer portioning
|
||||
* backend/niash_core.c (2): updated debug info
|
||||
* backend/niash.c: Enabling support of full DIN A4 size
|
||||
|
||||
2004-10-16 Oliver Rauch <Oliver.Rauch@Rauch-DOmain.DE>
|
||||
|
|
|
@ -746,7 +746,7 @@ XferBufferGetLine (int iHandle, TDataPipe * p, unsigned char *pabLine,
|
|||
{
|
||||
iLines = p->iLinesLeft;
|
||||
DBG (DBG_MSG, "\n");
|
||||
if (p->iLinesLeft < iLines)
|
||||
if (iLines < p->iLinesPerXferBuf)
|
||||
{
|
||||
DBG (DBG_MSG,
|
||||
"reading reduced number of lines: %d instead of %d\n",
|
||||
|
|
Ładowanie…
Reference in New Issue