[Mplayer-cvslog] CVS: main codec-cfg.c,1.19,1.20

Szabolcs Berecz szabii at users.sourceforge.net
Tue Apr 24 12:21:57 CEST 2001


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

Modified Files:
	codec-cfg.c 
Log Message:
duplitated check fixed

Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** codec-cfg.c	2001/04/24 02:14:14	1.19
--- codec-cfg.c	2001/04/24 10:21:55	1.20
***************
*** 646,654 ****
              }
              d=fgetc(f1);
-             if(d=='.') return; // end of section
              
              switch(d){
              case '.':
!                 return;
              case 'n':
                  wrapline(f2,codec->name); break;
--- 646,653 ----
              }
              d=fgetc(f1);
              
              switch(d){
              case '.':
!                 return; // end of section
              case 'n':
                  wrapline(f2,codec->name); break;


_______________________________________________
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