kopia lustrzana https://gitlab.com/sane-project/backends
double counting untested scanners bug
rodzic
f033f08646
commit
18e88c02a7
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue