# HG changeset patch # User ib # Date 1297555130 0 # Node ID 9d5519459be80f9ef5693c49c655efe4f872c951 # Parent abc6b4c527b530438853e88c205fc0bfff3f1357 Partially revert cosmetic r32892. The debug messages are indented. diff -r abc6b4c527b5 -r 9d5519459be8 gui/skin/font.c --- a/gui/skin/font.c Sat Feb 12 22:15:18 2011 +0000 +++ b/gui/skin/font.c Sat Feb 12 23:58:50 2011 +0000 @@ -119,7 +119,7 @@ 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 {