[Mplayer-cvslog] CVS: main help_mp.h,1.11,1.12 cfg-mplayer.h,1.41,1.42

Zoltan Ponekker pontscho at users.sourceforge.net
Wed May 9 16:17:57 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv3152

Modified Files:
	help_mp.h cfg-mplayer.h 
Log Message:
'--help' bug fixed

Index: help_mp.h
===================================================================
RCS file: /cvsroot/mplayer/main/help_mp.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** help_mp.h	2001/05/08 21:49:00	1.11
--- help_mp.h	2001/05/09 14:17:55	1.12
***************
*** 4,8 ****
  "\n";
  
! static char* help_text=
  "\nUsage:   mplayer [options] [path/]name\n"
  "\n"
--- 4,8 ----
  "\n";
  
! static char help_text[]=
  "\nUsage:   mplayer [options] [path/]name\n"
  "\n"

Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** cfg-mplayer.h	2001/05/08 21:49:00	1.41
--- cfg-mplayer.h	2001/05/09 14:17:55	1.42
***************
*** 126,132 ****
  	{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
  	{"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},
! //	{"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
! //	{"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
! //	{"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
  	{NULL, NULL, 0, 0, 0, 0}
  };
--- 126,132 ----
  	{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
  	{"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},
! 	{"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
! 	{"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
! 	{"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
  	{NULL, NULL, 0, 0, 0, 0}
  };


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list