diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:32 +0200 |
commit | 1f3f1e7d112f051f22fe7fc82739b483cef09b2a (patch) | |
tree | 7e1920e7f69782aec0d4813963c3601d62a757c1 /backend/lexmark_low.c | |
parent | a0fd2a8557d28ec8e7bbf881f78daf7e8e8fbd6b (diff) | |
parent | 652efae78c00b812033ea162d76cd13bd40dcab6 (diff) |
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0'
with Debian dir fd49a717051e127a9bcd8813f3434d8d71ab8a4c
Diffstat (limited to 'backend/lexmark_low.c')
-rw-r--r-- | backend/lexmark_low.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/lexmark_low.c b/backend/lexmark_low.c index 246455f..a0237c7 100644 --- a/backend/lexmark_low.c +++ b/backend/lexmark_low.c @@ -2497,7 +2497,7 @@ sanei_lexmark_low_find_start_line (Lexmark_Device * dev) */ - int blackLineCount = 0; +// int blackLineCount = 0; int whiteLineCount = 0; int blackByteCounter = 0; unsigned char max_byte = 0; @@ -2838,14 +2838,14 @@ sanei_lexmark_low_find_start_line (Lexmark_Device * dev) if (blackByteCounter > 0) { /* This was a black line */ - blackLineCount++; +// blackLineCount++; whiteLineCount = 0; } else { /* This is a white line */ whiteLineCount++; - blackLineCount = 0; +// blackLineCount = 0; } } /* end for buffer */ |