Use correct format specifiers in wxOSX/Carbon font caching code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Jul 2010 14:52:23 +0000 (14:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Jul 2010 14:52:23 +0000 (14:52 +0000)
commitc2eb89388ebce68074881c55dc37f3caa0305f47
treec8956913a52df5dc5f17c3cb159cff5c805b7c49
parent9b35f81e4105ea250a6fd0533974cf6d1f722276
Use correct format specifiers in wxOSX/Carbon font caching code.

The specifiers used didn't match the actual argument types resulting in the
asserts from the new wxPrintf() code. Correct them to match the real types.

Closes #12186.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/carbon/font.cpp