double counting untested scanners bug

merge-requests/1/head
m. allan noah 2009-04-14 03:54:01 +00:00
rodzic f033f08646
commit 18e88c02a7
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
2009-04-13 m. allan noah <kitno455 a t gmail d o t com>
* tools/sane-desc.c: fix double summing of untested column
2009-04-13 Stéphane Voltz <stef.dev@free.fr>
* backend/rts8891.c: minor version chnage to test commit scripts

Wyświetl plik

@ -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)
{