[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.1,1.2 mplayer.c,1.16,1.17 mplayerHQ.c,1.2,1.3
Szabolcs Berecz
szabii at users.sourceforge.net
Mon Mar 19 01:13:26 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,NONE,1.1 cfgparser.c,NONE,1.1 cfgparser.h,NONE,1.1 mplayer.c,1.15,1.16 mplayerHQ.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv9300
Modified Files:
cfg-mplayer.h mplayer.c mplayerHQ.c
Log Message:
config fixes
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cfg-mplayer.h 2001/03/18 23:32:31 1.1
--- cfg-mplayer.h 2001/03/19 00:13:24 1.2
***************
*** 39,44 ****
{"idx", &no_index, CONF_TYPE_FLAG, 0, 1, 0},
{"noidx", &no_index, CONF_TYPE_FLAG, 0, 0, 1},
! {"v", &verbose, CONF_TYPE_FLAG, 0, 0, 1},
! {"nov", &verbose, CONF_TYPE_FLAG, 0, 1, 0},
{NULL, NULL, 0, 0, 0, 0}
};
--- 39,43 ----
{"idx", &no_index, CONF_TYPE_FLAG, 0, 1, 0},
{"noidx", &no_index, CONF_TYPE_FLAG, 0, 0, 1},
! {"v", &verbose, CONF_TYPE_INT, 0, 0, 0},
{NULL, NULL, 0, 0, 0, 0}
};
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** mplayer.c 2001/03/18 23:32:31 1.16
--- mplayer.c 2001/03/19 00:13:24 1.17
***************
*** 382,386 ****
if ((homedir = getenv("HOME")) == NULL) {
printf("Can't find HOME dir\n");
- exit(1);
} else {
snprintf(conffile, 100, "%s/.mplayerrc", homedir);
--- 382,385 ----
Index: mplayerHQ.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayerHQ.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mplayerHQ.c 2001/03/18 23:32:31 1.2
--- mplayerHQ.c 2001/03/19 00:13:24 1.3
***************
*** 384,388 ****
if ((homedir = getenv("HOME")) == NULL) {
printf("Can't find HOME dir\n");
- exit(1);
} else {
snprintf(conffile, 100, "%s/.mplayerrc", homedir);
--- 384,387 ----
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,NONE,1.1 cfgparser.c,NONE,1.1 cfgparser.h,NONE,1.1 mplayer.c,1.15,1.16 mplayerHQ.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list