Mercurial > mplayer.hg
changeset 1077:c433e62cb3de
fix again
author | szabii |
---|---|
date | Sat, 09 Jun 2001 17:41:31 +0000 |
parents | 52bbb0e913d8 |
children | 874ba7049c1a |
files | cfgparser.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/cfgparser.c Sat Jun 09 17:33:21 2001 +0000 +++ b/cfgparser.c Sat Jun 09 17:41:31 2001 +0000 @@ -30,8 +30,6 @@ #include "cfgparser.h" -extern int verbose; - static struct config *config; static int nr_options; /* number of options in 'conf' */ static int parser_mode; /* COMMAND_LINE or CONFIG_FILE */ @@ -253,8 +251,6 @@ return -1; } -// printf("Reading config file: %s", conffile); - if (init_conf(conf, CONFIG_FILE) == -1) { ret = -1; goto out; @@ -267,12 +263,10 @@ } if ((fp = fopen(conffile, "r")) == NULL) { -// printf(": %s\n", strerror(errno)); free(line); ret = 0; goto out; } -// printf("\n"); while (fgets(line, MAX_LINE_LEN, fp)) { line_num++;