]> git.saurik.com Git - wxWidgets.git/commit
Fix for crash when an invalid font was being mistakenly identified as valid due to...
authorKevin Ollivier <kevino@theolliviers.com>
Thu, 22 Feb 2007 01:53:23 +0000 (01:53 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Thu, 22 Feb 2007 01:53:23 +0000 (01:53 +0000)
commit5d2ad2f1dbd4f6d54b67a5b26913c96767cdeca6
tree99fc7c54a341dfcbff9d76f96a96c81234535c8f
parent7719a100f79f943d5b13b62795e389623d77a573
Fix for crash when an invalid font was being mistakenly identified as valid due to a signed check on an unsigned value, and also change the wxLogDebug statement, as I was getting crashes with %s and wxString.

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