fixed typo

This commit is contained in:
Arvid Norberg 2009-04-12 21:07:17 +00:00
parent 91065d7a08
commit c3dce7c91b
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ namespace libtorrent
#endif
#ifndef BOOST_NO_EXCEPTIONS
}
#if BOOST_VERSION > 103500
#if BOOST_VERSION >= 103500
catch (boost::system::system_error& e)
{
set_error(f, e.code());