Mercurial > mplayer.hg
changeset 32810:9d5519459be8
Partially revert cosmetic r32892.
The debug messages are indented.
author | ib |
---|---|
date | Sat, 12 Feb 2011 23:58:50 +0000 |
parents | abc6b4c527b5 |
children | b34b8e47a844 |
files | gui/skin/font.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 {