[Mplayer-cvslog] CVS: main m_option.c,1.27,1.28
Torinthiel CVS
wight at mplayerhq.hu
Tue Jan 13 10:55:42 CET 2004
Update of /cvsroot/mplayer/main
In directory mail:/scsi/2/tmp/cvs-serv4396
Modified Files:
m_option.c
Log Message:
swedish yes/no options support
Index: m_option.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_option.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- m_option.c 12 Jan 2004 07:09:10 -0000 1.27
+++ m_option.c 13 Jan 2004 09:55:40 -0000 1.28
@@ -83,6 +83,7 @@
!strcasecmp(param, "j") ||
!strcasecmp(param, "i") ||
!strcasecmp(param, "tak") ||
+ !strcasecmp(param, "ja") ||
!strcmp(param, "1")) {
if(dst) VAL(dst) = opt->max;
} else if (!strcasecmp(param, "no") ||
@@ -92,6 +93,7 @@
!strcasecmp(param, "nem") ||
!strcasecmp(param, "n") ||
!strcasecmp(param, "nie") ||
+ !strcasecmp(param, "nej") ||
!strcmp(param, "0")) {
if(dst) VAL(dst) = opt->min;
} else {
More information about the MPlayer-cvslog
mailing list