Fixed usage of uninitialized variable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2003-10-03 17:03:52 +00:00
parent d00110f640
commit 72bfca58d9

View File

@@ -1849,7 +1849,7 @@ void wxWindowOS2::GetTextExtent(
int i;
int l;
FONTMETRICS vFM; // metrics structure
BOOL bRc;
BOOL bRc = FALSE;
char* pStr;
ERRORID vErrorCode; // last error id code
HPS hPS;