[Mplayer-cvslog] CVS: main mp_msg.c,1.6,1.7
Arpi of Ize
arpi at mplayer.dev.hu
Mon Dec 3 22:10:29 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv21882
Modified Files:
mp_msg.c
Log Message:
msg limit increased
Index: mp_msg.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp_msg.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mp_msg.c 26 Sep 2001 18:40:57 -0000 1.6
+++ mp_msg.c 3 Dec 2001 21:10:18 -0000 1.7
@@ -30,7 +30,7 @@
va_start(va, format);
#ifdef HAVE_NEW_GUI
if(use_gui){
- char tmp[8*80];
+ char tmp[16*80];
vsnprintf( tmp,8*80,format,va ); tmp[8*80-1]=0;
switch( x&255 ) {
case MSGL_FATAL:
More information about the MPlayer-cvslog
mailing list