Corrected compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e0cb07e376
commit
5054c9365a
@ -3428,7 +3428,7 @@ bool wxDb::Catalog(const wxChar *userID, const wxString &fileName)
|
||||
wxChar typeName[30+1];
|
||||
SDWORD precision, length;
|
||||
|
||||
FILE *fp = wxFopen(fileName.c_str,wxT("wt"));
|
||||
FILE *fp = wxFopen(fileName.c_str(),wxT("wt"));
|
||||
if (fp == NULL)
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user