diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/sane-epkowa/files/patch-backend_cfg-obj.c | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
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"); |