2005-11-28 Jochen Eisinger <jochen@penguin-breeder.org>

* sanei/sanei_pa4s2.c: incorrect test of a bit mask.
merge-requests/1/head
Jochen Eisinger 2005-11-28 22:24:17 +00:00
rodzic 83880f74c2
commit eb446e2de1
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2005-11-28 Jochen Eisinger <jochen@penguin-breeder.org>
* sanei/sanei_pa4s2.c: incorrect test of a bit mask.
2005-11-28 Stephane Voltz <stefdev@modulonet.fr>
* backend/umax_pp_low.c: ifdef'ed forgottent debug statements

Wyświetl plik

@ -1254,7 +1254,7 @@ sanei_pa4s2_open (const char *dev, int *fd)
}
if ((port[*fd].mode == PA4S2_MODE_EPP) &&
((sanei_pa4s2_interface_options & SANEI_PA4S2_OPT_NO_EPP) == 1))
((sanei_pa4s2_interface_options & SANEI_PA4S2_OPT_NO_EPP) != 0))
{
DBG (3, "sanei_pa4s2_open: skipping mode EPP\n");
break;