merged fix from RC_0_16
This commit is contained in:
@@ -1498,6 +1498,7 @@ int main(int argc, char* argv[])
|
||||
if (std::strstr(i->c_str(), "magnet:") == i->c_str())
|
||||
{
|
||||
add_torrent_params tmp;
|
||||
ec.clear();
|
||||
parse_magnet_uri(*i, tmp, ec);
|
||||
|
||||
if (ec) continue;
|
||||
|
Reference in New Issue
Block a user