Skip to content

Commit

Permalink
[OS/2] Bug 465691: fix debug output to compile again (CLOSED TREE)
Browse files Browse the repository at this point in the history
  • Loading branch information
p2ww committed Nov 24, 2008
1 parent 670661d commit a89bc58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gfx/thebes/src/gfxOS2Fonts.cpp
Expand Up @@ -61,8 +61,9 @@ gfxOS2Font::gfxOS2Font(gfxOS2FontEntry *aFontEntry, const gfxFontStyle *aFontSty
mHinting(FC_HINT_MEDIUM), mAntialias(FcTrue)
{
#ifdef DEBUG_thebes_2
printf("gfxOS2Font[%#x]::gfxOS2Font(\"%s\", aFontStyle)\n",
(unsigned)this, NS_LossyConvertUTF16toASCII(aName).get());
printf("gfxOS2Font[%p]::gfxOS2Font(%p \"%s\", aFontStyle)\n",
(void *)this, (void *)aFontEntry,
NS_LossyConvertUTF16toASCII(aFontEntry->Name()).get());
#endif
// try to get the preferences for hinting, antialias, and embolden options
nsCOMPtr<nsIPrefBranch> prefbranch = do_GetService(NS_PREFSERVICE_CONTRACTID);
Expand Down

0 comments on commit a89bc58

Please sign in to comment.