12345678910111213 |
- $OpenBSD: patch-src_keyevents_c,v 1.12 2016/11/04 08:57:31 dcoppa Exp $
- --- src/keyevents.c.orig Tue Nov 1 11:03:51 2016
- +++ src/keyevents.c Fri Nov 4 09:52:50 2016
- @@ -174,7 +174,7 @@ void init_keyevents(void) {
-
- free(confpath);
-
- - if (!conf && ((conf = fopen("/etc/feh/keys", "r")) == NULL))
- + if (!conf && ((conf = fopen("${SYSCONFDIR}/feh/keys", "r")) == NULL))
- return;
-
- while (fgets(line, sizeof(line), conf)) {
|