kopia lustrzana https://gitlab.com/sane-project/backends
2008-10-31 Louis Lagendijk <llagendijk-guest at users.alioth.debian.org>
* backend/pixma_bjnp.c corrected small typomerge-requests/1/head
rodzic
18ce7b4e0f
commit
ab53b7e884
|
|
@ -1,3 +1,6 @@
|
|||
2008-10-31 Louis Lagendijk <llagendijk-guest at users.alioth.debian.org>
|
||||
* backend/pixma_bjnp.c corrected small typo
|
||||
|
||||
2008-10-31 Louis Lagendijk <llagendijk-guest at users.alioth.debian.org>
|
||||
* backend/pixma_bjnp.c
|
||||
Added retry to select() calls when they get interrupted by a
|
||||
|
|
|
|||
|
|
@ -1404,7 +1404,7 @@ sanei_bjnp_open (SANE_String_Const devname, SANE_Int * dn)
|
|||
void
|
||||
sanei_bjnp_close (SANE_Int dn)
|
||||
{
|
||||
PDBG (pixma_dbg (LOG_CRIT, "sanei_bjnp_close(%d):\n", dn));
|
||||
PDBG (pixma_dbg (LOG_INFO, "sanei_bjnp_close(%d):\n", dn));
|
||||
bjnp_finish_job (dn);
|
||||
close(device[dn].fd);
|
||||
device[dn].fd = -1;
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue