use correct default path to config file

This commit is contained in:
Andreas Öman 2007-08-19 07:30:56 +00:00
parent a7af6acc6e
commit 789b2ca289

2
main.c
View file

@ -105,7 +105,7 @@ main(int argc, char **argv)
signal(SIGPIPE, handle_sigpipe);
cfgfile = "/etc/tvhead.cfg";
cfgfile = "/etc/tvheadend.cfg";
while((c = getopt(argc, argv, "c:fu:g:")) != -1) {
switch(c) {