mirror of https://github.com/aria2/aria2
2008-10-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed duplicate creation of OptionHandlers. * src/option_processing.ccpull/1/head
parent
cdb5796615
commit
450b759cc9
|
@ -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>
|
2008-10-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Fixed the bug that causes segmentation fault when accessing files which
|
Fixed the bug that causes segmentation fault when accessing files which
|
||||||
|
|
|
@ -501,7 +501,6 @@ Option* option_processing(int argc, char* const argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
oparser.setOptionHandlers(OptionHandlerFactory::createOptionHandlers());
|
|
||||||
if(!noConf) {
|
if(!noConf) {
|
||||||
std::string cfname =
|
std::string cfname =
|
||||||
ucfname.empty() ?
|
ucfname.empty() ?
|
||||||
|
|
Loading…
Reference in New Issue