[MPlayer-cvslog] CVS: main/input input.c,1.106,1.107
    Reimar Döffinger CVS 
    syncmail at mplayerhq.hu
       
    Mon Jan  3 14:56:51 CET 2005
    
    
  
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv30686
Modified Files:
	input.c 
Log Message:
Add missing break that caused an irritating error message all the time when using slave mode.
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- input.c	2 Dec 2004 14:37:16 -0000	1.106
+++ input.c	3 Jan 2005 13:56:48 -0000	1.107
@@ -647,6 +647,7 @@
     } break;
     case -1:
       ptr = NULL;
+      break;
     default :
       mp_msg(MSGT_INPUT,MSGL_ERR,"Unknown argument %d\n",i);
     }
    
    
More information about the MPlayer-cvslog
mailing list