kopia lustrzana https://gitlab.com/sane-project/backends
Reverted unintentianal changes.
rodzic
eed30216b5
commit
7771e34ff6
|
@ -2604,10 +2604,12 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
|
|||
sanei_usb_init ();
|
||||
|
||||
/* default to /dev/scanner instead of insisting on config file */
|
||||
if ((fp = sanei_config_open (EPSON_CONFIG_FILE))) {
|
||||
if ((fp = sanei_config_open (EPSON_CONFIG_FILE)))
|
||||
{
|
||||
char line[PATH_MAX];
|
||||
|
||||
while (sanei_config_read (line, sizeof (line), fp)) {
|
||||
while (sanei_config_read (line, sizeof (line), fp))
|
||||
{
|
||||
int vendor, product;
|
||||
|
||||
DBG (4, "sane_init, >%s<\n", line);
|
||||
|
|
Ładowanie…
Reference in New Issue