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 i;
|
||||||
int l;
|
int l;
|
||||||
FONTMETRICS vFM; // metrics structure
|
FONTMETRICS vFM; // metrics structure
|
||||||
BOOL bRc;
|
BOOL bRc = FALSE;
|
||||||
char* pStr;
|
char* pStr;
|
||||||
ERRORID vErrorCode; // last error id code
|
ERRORID vErrorCode; // last error id code
|
||||||
HPS hPS;
|
HPS hPS;
|
||||||
|
Reference in New Issue
Block a user