]> git.saurik.com Git - wxWidgets.git/commitdiff
What did I change here?
authorRobert Roebling <robert@roebling.de>
Thu, 15 Aug 2002 20:49:10 +0000 (20:49 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 15 Aug 2002 20:49:10 +0000 (20:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filefn.cpp

index fd4b6b7ae9f5611d4eeaaa76d216088f2386d65f..b064624435bbd74d710393997b22f6f8f7d7d373 100644 (file)
@@ -1479,6 +1479,8 @@ wxChar *wxGetWorkingDirectory(wxChar *buf, int sz)
     #if wxUSE_UNICODE
         // finally convert the result to Unicode if needed
         wxConvFile.MB2WC(buf, cbuf, sz);
+        // wxString tmp = wxString::FromAscii( cbuf );
+        // wxStrcpy( buf, tmp.c_str() );
     #endif // wxUSE_UNICODE
     }