From: <ar...@us...> - 2007-06-25 16:34:48
|
Revision: 588 http://svn.sourceforge.net/xml-cppdom/?rev=588&view=rev Author: aronb Date: 2007-06-25 09:34:49 -0700 (Mon, 25 Jun 2007) Log Message: ----------- Fix bug where keeps getting printed. <?xml version=""> <?xml version=""> <?xml version=""> <?xml version=""> Modified Paths: -------------- trunk/cppdom/ext/OptionRepository.cpp Modified: trunk/cppdom/ext/OptionRepository.cpp =================================================================== --- trunk/cppdom/ext/OptionRepository.cpp 2007-06-11 16:29:49 UTC (rev 587) +++ trunk/cppdom/ext/OptionRepository.cpp 2007-06-25 16:34:49 UTC (rev 588) @@ -136,6 +136,7 @@ void OptionRepository::saveOptionsFile(std::string filename) { + mDocRoot->getPiList().clear(); mDocRoot->saveFile(filename); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |