Changeset 4213
- Timestamp:
- 11/13/08 01:46:29 (8 weeks ago)
- Files:
-
- 2 modified
-
branches/1.0.0_RC/libtorrent/src/torrent.cpp (modified) (1 diff)
-
trunk/libtorrent/src/torrent.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.0_RC/libtorrent/src/torrent.cpp
r4210 r4213 3619 3619 else 3620 3620 { 3621 TORRENT_ASSERT(m_abort || m_picker->num_pieces() == 0);3621 TORRENT_ASSERT(m_abort || !m_picker || m_picker->num_pieces() == 0); 3622 3622 } 3623 3623 -
trunk/libtorrent/src/torrent.cpp
r4210 r4213 3619 3619 else 3620 3620 { 3621 TORRENT_ASSERT(m_abort || m_picker->num_pieces() == 0);3621 TORRENT_ASSERT(m_abort || !m_picker || m_picker->num_pieces() == 0); 3622 3622 } 3623 3623
