]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
fix verify two times
authorBastian Dehn <hhaalo@arcor.de>
Sun, 25 Feb 2024 15:14:34 +0000 (16:14 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 25 Feb 2024 15:14:34 +0000 (16:14 +0100)
src/kds_s2000w_net.c

index b413c9758c20fe0ebff26a993f6b1fe157d9a4ba..446395df53f73def7134f57a3c62fe9cf4d3f7ff 100644 (file)
@@ -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);