X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3e65dac0c4e7ad19e3c270caa1e0eea138e5d8d..9b61f868b597a84fd3c589b2e8539624c491f86b:/user/wxFile/FMJobs.cpp diff --git a/user/wxFile/FMJobs.cpp b/user/wxFile/FMJobs.cpp index b6a5ce6691..14dd804ad6 100644 --- a/user/wxFile/FMJobs.cpp +++ b/user/wxFile/FMJobs.cpp @@ -154,7 +154,7 @@ void wxCopyStatusDia::CopyFile( wxString &src, wxString &destDir ) if (ret == wxNO) return; }; - FILE *fs = NULL, *fd = NULL; + FILE *fs = (FILE *) NULL, *fd = (FILE *) NULL; if (!(fs = fopen(src, "rb"))) { wxString s = "Cannot open source file ";