What did I change here?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2002-08-15 20:49:10 +00:00
parent 27ff87da23
commit 94ac672812

View 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
}