Seems I forgot to commit a wxRename fix in here (again)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1042,7 +1042,7 @@ wxRenameFile (const wxString& file1, const wxString& file2)
|
||||
return TRUE;
|
||||
#else
|
||||
// Normal system call
|
||||
if (0 == wxRename (wxFNSTRINGCAST file1.fn_str(), wxFNSTRINGCAST file2.fn_str()))
|
||||
if (0 == wxRename (wxCSTRINGCAST file1, wxCSTRINGCAST file2))
|
||||
return TRUE;
|
||||
#endif
|
||||
// Try to copy
|
||||
|
Reference in New Issue
Block a user