aboutsummaryrefslogtreecommitdiffstats
path: root/fbpdf.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-04-01 14:01:41 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-04-01 14:01:41 +0200
commitc6b3c5e1e868f86e32b47e3c41d09b795b60bb0c (patch)
treebb77ff443e7ba03203d6e1e3df9ffa3104cfbef4 /fbpdf.c
parent483b8019a23f46b60c444d07c74968c7aa057f65 (diff)
downloadfbida-c6b3c5e1e868f86e32b47e3c41d09b795b60bb0c.tar.gz
separate cfg files for fbi/fbpdf
Diffstat (limited to 'fbpdf.c')
-rw-r--r--fbpdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbpdf.c b/fbpdf.c
index 0bc39ff..e24c54b 100644
--- a/fbpdf.c
+++ b/fbpdf.c
@@ -255,7 +255,7 @@ int main(int argc, char *argv[])
setlocale(LC_ALL,"");
- fbi_read_config();
+ fbi_read_config(".fbpdf.rc");
cfg_parse_cmdline(&argc,argv,fbpdf_cmd);
cfg_parse_cmdline(&argc,argv,fbpdf_cfg);