diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-09-15 09:27:16 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-09-15 09:27:16 +0200 |
commit | a00358f07e4474d0cbc8817d7b2f2d2c5cbdac0c (patch) | |
tree | 506c2deebcad7684c125e894a7eee29598ed2ecd /backend/hp3900_sane.c | |
parent | 7a3814ff46a11da098906af8621571b1a323226e (diff) | |
parent | 0b8a357c867854848e6987edcf4433a9a6534ba7 (diff) |
Merge branch 'release/debian/1.4.0-1'HEADdebian/1.4.0-1master
Diffstat (limited to 'backend/hp3900_sane.c')
-rw-r--r-- | backend/hp3900_sane.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/hp3900_sane.c b/backend/hp3900_sane.c index 5face5e..daf04f1 100644 --- a/backend/hp3900_sane.c +++ b/backend/hp3900_sane.c @@ -1752,7 +1752,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize) SANE_Char line[PATH_MAX]; SANE_Char *str = NULL; SANE_String_Const proper_str; - SANE_Int nline = 0; + //SANE_Int nline = 0; /* Initialize debug */ DBG_INIT (); @@ -1771,7 +1771,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize) { while (sanei_config_read (line, sizeof (line), conf_fp)) { - nline++; + //nline++; if (str) free (str); |