mirror of
https://github.com/aria2/aria2.git
synced 2026-04-05 04:08:47 +00:00
Made max value of --select-file to 65535
This commit is contained in:
@@ -1471,7 +1471,7 @@ OptionHandlerFactory::createOptionHandlers()
|
||||
(PREF_SELECT_FILE,
|
||||
TEXT_SELECT_FILE,
|
||||
NO_DEFAULT_VALUE,
|
||||
1, INT32_MAX));
|
||||
1, 65535));
|
||||
op->addTag(TAG_BITTORRENT);
|
||||
op->addTag(TAG_METALINK);
|
||||
op->setInitialOption(true);
|
||||
|
||||
Reference in New Issue
Block a user