merged fix from RC_0_16

This commit is contained in:
Arvid Norberg
2013-02-28 04:31:55 +00:00
parent 96c62bc4b8
commit 5033960045
2 changed files with 2 additions and 0 deletions

View File

@@ -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;