fix build issue

This commit is contained in:
Arvid Norberg 2010-12-09 05:39:28 +00:00
parent 81384b4f21
commit 10003f952f
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ namespace libtorrent
if (!parse_torrent_file(e, ec, 0))
throw invalid_torrent_file(ec);
#else
parse_torrent_file(e, ec);
parse_torrent_file(e, ec, 0);
#endif
}
#endif