From 7badedf0542cc29e2e57143c7effce75b4c34328 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Fri, 4 Sep 2009 06:52:34 +0000 Subject: [PATCH] fix annoying warning starting kuru kururin (jpeterson, this got to have something to do with your file logging?) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4196 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/ISOProperties.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinWX/Src/ISOProperties.cpp b/Source/Core/DolphinWX/Src/ISOProperties.cpp index f9ecd7030c..7c3afc8a51 100644 --- a/Source/Core/DolphinWX/Src/ISOProperties.cpp +++ b/Source/Core/DolphinWX/Src/ISOProperties.cpp @@ -87,6 +87,7 @@ CISOProperties::CISOProperties(const std::string fileName, wxWindow* parent, wxW // TODO : Should we add a way to browse the wad file ? if (!DiscIO::IsVolumeWadFile(OpenISO)) { + GCFiles.clear(); pFileSystem = DiscIO::CreateFileSystem(OpenISO); pFileSystem->GetFileList(GCFiles); }