From 18e88c02a7baf8ffb1049fdc4a35543bba7ef868 Mon Sep 17 00:00:00 2001 From: "m. allan noah" Date: Tue, 14 Apr 2009 03:54:01 +0000 Subject: [PATCH] double counting untested scanners bug --- ChangeLog | 3 +++ tools/sane-desc.c | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec87c1266..99da3f1da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2009-04-13 m. allan noah + * tools/sane-desc.c: fix double summing of untested column + 2009-04-13 Stéphane Voltz * backend/rts8891.c: minor version chnage to test commit scripts diff --git a/tools/sane-desc.c b/tools/sane-desc.c index 6cdd11a26..600ab03bd 100644 --- a/tools/sane-desc.c +++ b/tools/sane-desc.c @@ -2291,8 +2291,7 @@ html_print_statistics_per_type (device_type dev_type) html_print_statistics_cell (COLOR_UNKNOWN, num[status_minimal] + num[status_basic] + num[status_good] + - num[status_complete] + num[status_untested] + num[status_untested] + - num[status_unsupported]); + num[status_complete] + num[status_untested] + num[status_unsupported]); if (dev_type == type_scanner || dev_type == type_stillcam || dev_type == type_vidcam) {