X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e6bfeb9035233b2889af03f7846d2c77125efb7..27d79a5027bee4f46e57c813d072422065cb1592:/src/common/filefn.cpp diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 061ea5f7c3..f723d120db 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -1390,7 +1390,7 @@ wxChar *wxDoGetCwd(wxChar *buf, int sz) buf = new wxChar[sz + 1]; } - bool ok wxDUMMY_INITIALIZE(false); + bool ok = false; // for the compilers which have Unicode version of _getcwd(), call it // directly, for the others call the ANSI version and do the translation