[Mplayer-cvslog] CVS: main m_option.c,1.26,1.27

Torinthiel CVS wight at mplayerhq.hu
Mon Jan 12 08:09:12 CET 2004


Update of /cvsroot/mplayer/main
In directory mail:/scsi/2/tmp/cvs-serv29571

Modified Files:
	m_option.c 
Log Message:
polish yes/no options support

Index: m_option.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_option.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- m_option.c	10 Jan 2004 14:38:07 -0000	1.26
+++ m_option.c	12 Jan 2004 07:09:10 -0000	1.27
@@ -82,6 +82,7 @@
 	!strcasecmp(param, "y") ||
 	!strcasecmp(param, "j") ||
 	!strcasecmp(param, "i") ||
+	!strcasecmp(param, "tak") ||
 	!strcmp(param, "1")) {
       if(dst) VAL(dst) = opt->max;
     } else if (!strcasecmp(param, "no") ||
@@ -90,6 +91,7 @@
 	       !strcasecmp(param, "nicht") ||
 	       !strcasecmp(param, "nem") ||
 	       !strcasecmp(param, "n") ||
+	       !strcasecmp(param, "nie") ||
 	       !strcmp(param, "0")) {
       if(dst) VAL(dst) = opt->min;
     } else {




More information about the MPlayer-cvslog mailing list