This backend supports many more devices than the sane-epson included in graphics/sane-backends, including new multifunction devices such as the SX400. http://avasys.jp/english/
10 lines
338 B
Text
10 lines
338 B
Text
--- backend/cfg-obj.c 2008-12-08 02:11:49.000000000 +0100
|
|
+++ backend/cfg-obj.c 2008-12-26 22:17:45.000000000 +0100
|
|
@@ -487,6 +487,7 @@
|
|
static FILE *
|
|
_cfg_fopen_conf (const char *name)
|
|
{
|
|
+return sanei_config_open(name);
|
|
const char *default_path = "." PATH_SEP_STR SANE_CONFIG_DIR_NAME;
|
|
|
|
char *path = getenv ("SANE_CONFIG_DIR");
|