Update to snapscan-20011221 (snapscan 1.4.3)

DEVEL_2_0_BRANCH-1
Oliver Schwartz 2001-12-20 23:22:52 +00:00
rodzic d302941db0
commit b9c7f93d2b
2 zmienionych plików z 10 dodań i 6 usunięć

Wyświetl plik

@ -1510,7 +1510,6 @@ void sane_close (SANE_Handle h)
break;
}
close_scanner (pss);
free (pss->tmpfname);
free (pss->gamma_tables);
free (pss->buf);
free (pss);
@ -3101,8 +3100,11 @@ SANE_Status sane_get_select_fd (SANE_Handle h, SANE_Int * fd)
/*
* $Log$
* Revision 1.12 2001/12/18 18:34:16 oliverschwartz
* Update to snapscan-20011218 (snapscan 1.4.3)
* Revision 1.13 2001/12/20 23:22:50 oliverschwartz
* Update to snapscan-20011221 (snapscan 1.4.3)
*
* Revision 1.35 2001/12/20 23:18:01 oliverschwartz
* Remove tmpfname
*
* Revision 1.34 2001/12/18 18:28:35 oliverschwartz
* Removed temporary file

Wyświetl plik

@ -256,7 +256,6 @@ struct snapscan_scanner
SnapScan_Device *pdev; /* the device */
int fd; /* scsi file descriptor */
int opens; /* open count */
SANE_String tmpfname; /* temporary file name */
int rpipe[2]; /* reader pipe descriptors */
int orig_rpipe_flags; /* initial reader pipe flags */
pid_t child; /* child reader process pid */
@ -324,8 +323,11 @@ struct snapscan_scanner
/*
* $Log$
* Revision 1.9 2001/12/18 18:34:17 oliverschwartz
* Update to snapscan-20011218 (snapscan 1.4.3)
* Revision 1.10 2001/12/20 23:22:52 oliverschwartz
* Update to snapscan-20011221 (snapscan 1.4.3)
*
* Revision 1.26 2001/12/20 23:18:01 oliverschwartz
* Remove tmpfname
*
* Revision 1.25 2001/12/18 18:28:35 oliverschwartz
* Removed temporary file