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:
Ove Kaaven
2000-04-10 19:41:29 +00:00
parent 29dc4ad27d
commit 6565df6e22

View File

@@ -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