From 652efae78c00b812033ea162d76cd13bd40dcab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 9 Jun 2025 14:27:29 +0200 Subject: New upstream version 1.4.0 --- backend/hp-option.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/hp-option.c') diff --git a/backend/hp-option.c b/backend/hp-option.c index 6aed680..99dad31 100644 --- a/backend/hp-option.c +++ b/backend/hp-option.c @@ -3809,7 +3809,7 @@ hp_optset_isEnabled (HpOptSet this, HpData data, const char *name, SANE_Status sanei_hp_optset_download (HpOptSet this, HpData data, HpScsi scsi) { - int i, errcount = 0; + int i; //, errcount = 0; DBG(3, "Start downloading parameters to scanner\n"); @@ -3839,7 +3839,7 @@ sanei_hp_optset_download (HpOptSet this, HpData data, HpScsi scsi) if ( sanei_hp_scl_errcheck (scsi) != SANE_STATUS_GOOD ) { - errcount++; + //errcount++; DBG(3, "Option %s generated scanner error\n", this->options[i]->descriptor->name); -- cgit v1.2.3