merge-requests/402/merge
Thierry HUCHARD 2020-04-12 10:28:55 +02:00
rodzic 3d02d2f1be
commit 6a0e0eb568
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1083,7 +1083,7 @@ sane_read(SANE_Handle h, SANE_Byte *buf, SANE_Int maxlen, SANE_Int *len)
SANE_FALSE);
handler->scanner->work = next_page;
handler->ps.last_frame = !next_page;
if (handler->ps.last_frame = SANE_TRUE)
if (handler->ps.last_frame == SANE_TRUE)
status = SANE_STATUS_EOF;
else
status = SANE_STATUS_NO_DOCS;