Call explicitly cancel.

merge-requests/213/head^2
thierry1970 2020-01-09 16:58:12 +01:00 zatwierdzone przez Thierry HUCHARD
rodzic 2c12635b23
commit 1b3f0c9bc0
1 zmienionych plików z 712 dodań i 711 usunięć

Wyświetl plik

@ -843,6 +843,7 @@ sane_start(SANE_Handle h)
DBG(10, "2-Size Image [%dx%d|%dx%d]\n", 0, 0, w, he); DBG(10, "2-Size Image [%dx%d|%dx%d]\n", 0, 0, w, he);
if (handler->scanner->source > 0) if (handler->scanner->source > 0)
escl_scanner(handler->name, handler->result); escl_scanner(handler->name, handler->result);
if (status != SANE_STATUS_GOOD) if (status != SANE_STATUS_GOOD)
return (status); return (status);
handler->ps.depth = 8; handler->ps.depth = 8;