fixed the problem in 2 last commits
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1295,9 +1295,7 @@ wxChar *wxGetTempFileName(const wxString& prefix, wxChar *buf)
|
|||||||
bool wxGetTempFileName(const wxString& prefix, wxString& buf)
|
bool wxGetTempFileName(const wxString& prefix, wxString& buf)
|
||||||
{
|
{
|
||||||
#if wxUSE_FILE
|
#if wxUSE_FILE
|
||||||
wxChar *cbuf = wxGetTempFileName(prefix);
|
buf = wxFileName::CreateTempFileName(prefix);
|
||||||
buf = cbuf;
|
|
||||||
delete [] buf;
|
|
||||||
|
|
||||||
return !buf.empty();
|
return !buf.empty();
|
||||||
#else // !wxUSE_FILE
|
#else // !wxUSE_FILE
|
||||||
|
Reference in New Issue
Block a user