mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-08 22:08:00 +00:00
fix from upstream
This commit is contained in:
parent
8330f2d98d
commit
487138ebcb
@ -1772,7 +1772,7 @@ namespace libtorrent
|
||||
#endif
|
||||
TORRENT_ASSERT(j.buffer);
|
||||
session_settings const* s = ((session_settings*)j.buffer);
|
||||
TORRENT_ASSERT(s->cache_size >= 0);
|
||||
TORRENT_ASSERT(s->cache_size >= -1);
|
||||
TORRENT_ASSERT(s->cache_expiry > 0);
|
||||
|
||||
#if defined TORRENT_WINDOWS
|
||||
|
Loading…
Reference in New Issue
Block a user