fix warning

This commit is contained in:
Glenn Maynard
2004-05-20 19:21:04 +00:00
parent 4f7259b358
commit eaad0a97a2
+2 -1
View File
@@ -51,5 +51,6 @@ void SaveCatalogXml( CString sDir )
} }
} }
bool bSaved = xml.SaveToFile(fn); // bool bSaved =
xml.SaveToFile(fn);
} }