[MPlayer-cvslog] r32897 - trunk/gui/skin/font.c

ib subversion at mplayerhq.hu
Sun Feb 13 00:58:50 CET 2011


Author: ib
Date: Sun Feb 13 00:58:50 2011
New Revision: 32897

Log:
Partially revert cosmetic r32892.
The debug messages are indented.

Modified:
   trunk/gui/skin/font.c

Modified: trunk/gui/skin/font.c
==============================================================================
--- trunk/gui/skin/font.c	Sat Feb 12 23:15:18 2011	(r32896)
+++ trunk/gui/skin/font.c	Sun Feb 13 00:58:50 2011	(r32897)
@@ -119,7 +119,7 @@ int fntRead( char * path,char * fname )
      cutItem( param,tmp,',',1 ); Fonts[id]->Fnt[i].y=atoi( tmp );
      cutItem( param,tmp,',',2 ); Fonts[id]->Fnt[i].sx=atoi( tmp );
      cutItem( param,tmp,',',3 ); Fonts[id]->Fnt[i].sy=atoi( tmp );
-     mp_dbg( MSGT_GPLAYER,MSGL_DBG2,"[font] char: '%s' params: %d,%d %dx%d\n",command,Fonts[id]->Fnt[i].x,Fonts[id]->Fnt[i].y,Fonts[id]->Fnt[i].sx,Fonts[id]->Fnt[i].sy );
+     mp_dbg( MSGT_GPLAYER,MSGL_DBG2,"[font]  char: '%s' params: %d,%d %dx%d\n",command,Fonts[id]->Fnt[i].x,Fonts[id]->Fnt[i].y,Fonts[id]->Fnt[i].sx,Fonts[id]->Fnt[i].sy );
     }
     else
      {


More information about the MPlayer-cvslog mailing list