From 94ac672812d24937c9da25d30aa3578e861d24dd Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 15 Aug 2002 20:49:10 +0000 Subject: [PATCH] What did I change here? git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filefn.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index fd4b6b7ae9..b064624435 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -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 } -- 2.45.2