2008-10-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Removed duplicate creation of OptionHandlers.
	* src/option_processing.cc
pull/1/head
Tatsuhiro Tsujikawa 2008-10-21 15:36:08 +00:00
parent cdb5796615
commit 450b759cc9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-10-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed duplicate creation of OptionHandlers.
* src/option_processing.cc
2008-10-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed the bug that causes segmentation fault when accessing files which

View File

@ -501,7 +501,6 @@ Option* option_processing(int argc, char* const argv[])
}
{
oparser.setOptionHandlers(OptionHandlerFactory::createOptionHandlers());
if(!noConf) {
std::string cfname =
ucfname.empty() ?