X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/939fba6c17da245488a77a3f58e983180fc5de91..5a410e4453e28ee77ee3ad7a407ca71692f9f30f:/src/generic/logg.cpp?ds=inline diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index daea3accf7..eb5e17745c 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -1111,7 +1111,7 @@ static int OpenLogFile(wxFile& file, wxString *pFilename) // open file // --------- - bool bOk = FALSE; + bool bOk; if ( wxFile::Exists(filename) ) { bool bAppend = FALSE; wxString strMsg;