diff options
Diffstat (limited to 'graphics/sane-epkowa/files/patch-backend_cfg-obj.c')
-rw-r--r-- | graphics/sane-epkowa/files/patch-backend_cfg-obj.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sane-epkowa/files/patch-backend_cfg-obj.c b/graphics/sane-epkowa/files/patch-backend_cfg-obj.c new file mode 100644 index 000000000000..e016929409f9 --- /dev/null +++ b/graphics/sane-epkowa/files/patch-backend_cfg-obj.c @@ -0,0 +1,10 @@ +--- 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"); |