Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv4284 Modified Files: cfgparser.c Log Message: fix again Index: cfgparser.c =================================================================== RCS file: /cvsroot/mplayer/main/cfgparser.c,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** cfgparser.c 2001/06/09 17:30:40 1.19 --- cfgparser.c 2001/06/09 17:41:31 1.20 *************** *** 31,36 **** #include "cfgparser.h" - extern int verbose; - static struct config *config; static int nr_options; /* number of options in 'conf' */ --- 31,34 ---- *************** *** 254,259 **** } - // printf("Reading config file: %s", conffile); - if (init_conf(conf, CONFIG_FILE) == -1) { ret = -1; --- 252,255 ---- *************** *** 268,277 **** 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)) { --- 264,271 ---- _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Szabolcs Berecz