mirror of https://github.com/aria2/aria2
2009-07-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc * src/download_helper.ccpull/1/head
parent
cf294a4162
commit
8796993c71
|
@ -1,3 +1,8 @@
|
||||||
|
2009-07-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated doc
|
||||||
|
* src/download_helper.cc
|
||||||
|
|
||||||
2009-07-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-07-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Refactored fieldMan ctor.
|
Refactored fieldMan ctor.
|
||||||
|
|
|
@ -204,7 +204,6 @@ createBtRequestGroup(const std::string& torrentFilePath,
|
||||||
SharedHandle<RequestGroup> rg(new RequestGroup(option));
|
SharedHandle<RequestGroup> rg(new RequestGroup(option));
|
||||||
SharedHandle<DownloadContext> dctx(new DownloadContext());
|
SharedHandle<DownloadContext> dctx(new DownloadContext());
|
||||||
dctx->setDir(option->get(PREF_DIR));
|
dctx->setDir(option->get(PREF_DIR));
|
||||||
// TODO1.5 Add additional argument auxUris for bittorrent::load* functions.
|
|
||||||
if(torrentData.empty()) {
|
if(torrentData.empty()) {
|
||||||
bittorrent::load(torrentFilePath, dctx, auxUris);// may throw exception
|
bittorrent::load(torrentFilePath, dctx, auxUris);// may throw exception
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue