msg limit increased

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3294 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-03 21:10:18 +00:00
parent a5157860a8
commit 88359a6944
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void mp_msg_c( int x, const char *format, ... ){
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: