]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/window.cpp
attempt to split cmd line into words in the same way as Windows does
[wxWidgets.git] / src / os2 / window.cpp
index 989b1738443f2bb5f2f6a7e434d0a29945a04f8a..605a5ade87bda35fbe7449b1078557666dc1501e 100644 (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;