diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:29 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:29 +0200 |
commit | 652efae78c00b812033ea162d76cd13bd40dcab6 (patch) | |
tree | 7c139f4d2a28061607cd7e2269693df993e5d60a /backend/hp-option.c | |
parent | bfa2ae8e43fcbab696f272fffd164d0637e965c5 (diff) |
New upstream version 1.4.0upstream/1.4.0upstream
Diffstat (limited to 'backend/hp-option.c')
-rw-r--r-- | backend/hp-option.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |