Fixed #1338966.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1351,11 +1351,11 @@ wxChar *wxDoGetCwd(wxChar *buf, int sz)
|
||||
#if defined(__WXPALMOS__)
|
||||
// TODO
|
||||
if(buf && sz>0) buf[0] = _T('\0');
|
||||
return NULL;
|
||||
return buf;
|
||||
#elif defined(__WXWINCE__)
|
||||
// TODO
|
||||
if(buf && sz>0) buf[0] = _T('\0');
|
||||
return NULL;
|
||||
return buf;
|
||||
#else
|
||||
if ( !buf )
|
||||
{
|
||||
|
Reference in New Issue
Block a user