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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user