From: Bastian Dehn Date: Mon, 26 Feb 2024 18:57:24 +0000 (+0100) Subject: add no doc for verify counter zero X-Git-Tag: v1.0.0^2~173 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=e74266823de662ecd45609a3b9895903744bbe64;p=sane-kds-s2000w-net.git add no doc for verify counter zero --- diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c index e5bd656..d3dd40a 100644 --- a/src/kds_s2000w_net.c +++ b/src/kds_s2000w_net.c @@ -181,7 +181,8 @@ SANE_Status _sane_kds_s2000w_net_start(SANE_Handle handle) } if (h->current_scan_status->complete_scanned - && h->current_scan_status->current_image_number >= h->current_scan_status->downloaded_images) + && h->current_scan_status->current_image_number >= h->current_scan_status->downloaded_images + && h->current_metadata->verify <= 0) return SANE_STATUS_NO_DOCS; return SANE_STATUS_GOOD;