Add libaria2 tutorial

This commit is contained in:
Tatsuhiro Tsujikawa 2013-05-21 23:53:21 +09:00
parent e25c0955c5
commit 42d3408b50
2 changed files with 193 additions and 3 deletions

View file

@ -95,7 +95,7 @@ int main(int argc, char** argv)
for(int i = 1; i < argc; ++i) {
std::vector<std::string> uris = {argv[i]};
aria2::KeyVals options;
rv = aria2::addUri(session, 0, uris, options);
rv = aria2::addUri(session, nullptr, uris, options);
if(rv < 0) {
std::cerr << "Failed to add download " << uris[0] << std::endl;
}