git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24397
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return FALSE;
FILE *fp1 wxDUMMY_INITIALIZE(NULL);
return FALSE;
FILE *fp1 wxDUMMY_INITIALIZE(NULL);
- FILE *fp2 wxDUMMY_INITIALIZE(NULL);
- FILE *fp3 wxDUMMY_INITIALIZE(NULL);
+ FILE *fp2 = NULL;
+ FILE *fp3 = NULL;
// Open the inputs and outputs
if ((fp1 = wxFopen ( file1, wxT("rb"))) == NULL ||
(fp2 = wxFopen ( file2, wxT("rb"))) == NULL ||
// Open the inputs and outputs
if ((fp1 = wxFopen ( file1, wxT("rb"))) == NULL ||
(fp2 = wxFopen ( file2, wxT("rb"))) == NULL ||