Fix again libtorrent 0.15.x compilation.

This commit is contained in:
sledgehammer999 2014-09-21 20:10:51 +03:00
parent 5e643ffefd
commit 16f6e26f67

View File

@ -803,7 +803,7 @@ bool QBtSession::hasDownloadingTorrents() const {
&&
#if LIBTORRENT_VERSION_NUM >= 1600
!(status.paused && !status.auto_managed))
#elif
#else
!(torrentIT->is_paused() && !torrentIT->is_auto_managed()))
#endif
return true;