diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:53 +0200 |
commit | 115d2beab18fae48374bb3dc8603a0c48df58ce1 (patch) | |
tree | 7e1920e7f69782aec0d4813963c3601d62a757c1 /backend/hp-option.c | |
parent | a0fd2a8557d28ec8e7bbf881f78daf7e8e8fbd6b (diff) | |
parent | 1f3f1e7d112f051f22fe7fc82739b483cef09b2a (diff) |
Merge branch 'feature/upstream' into developdevelop
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); |