mirror of https://github.com/aria2/aria2
2008-11-26 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed the bug that -pfalse and -ptrue are not recognized properly. * src/option_processing.ccpull/1/head
parent
72d523b990
commit
b1eee48ee3
|
@ -1,3 +1,8 @@
|
|||
2008-11-26 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed the bug that -pfalse and -ptrue are not recognized properly.
|
||||
* src/option_processing.cc
|
||||
|
||||
2008-11-26 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Applied aria2-1.0.1-mingw.patch.
|
||||
|
|
|
@ -229,7 +229,7 @@ Option* option_processing(int argc, char* const argv[])
|
|||
{ 0, 0, 0, 0 }
|
||||
};
|
||||
c = getopt_long(argc, argv,
|
||||
"Dd:o:l:s:pt:m:vh::ST:M:C:a:cU:ni:j:Z::P::q::R::V::u:",
|
||||
"Dd:o:l:s:p::t:m:vh::ST:M:C:a:cU:ni:j:Z::P::q::R::V::u:",
|
||||
longOpts, &optIndex);
|
||||
if(c == -1) {
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue