From 5c03d879ca4a9be72ae190342b9ea773367dc3e8 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 25 Feb 2024 16:14:34 +0100 Subject: [PATCH] fix verify two times --- src/kds_s2000w_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c index b413c97..446395d 100644 --- a/src/kds_s2000w_net.c +++ b/src/kds_s2000w_net.c @@ -147,7 +147,7 @@ SANE_Status _sane_kds_s2000w_net_get_parameters(SANE_Handle handle, h->read_info->readed_bytes_per_line = 0; h->read_info->readed_lines = 0; - h->current_metadata->verify = 1; + h->current_metadata->verify = 2; debug_printf_int(DEBUG, "format", params->format); debug_printf_int(DEBUG, "last frame", params->last_frame); -- 2.39.5