kopia lustrzana https://gitlab.com/sane-project/backends
2005-11-28 Jochen Eisinger <jochen@penguin-breeder.org>
* sanei/sanei_pa4s2.c: incorrect test of a bit mask.merge-requests/1/head
rodzic
83880f74c2
commit
eb446e2de1
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue