forked from premiere/premiere-libtorrent
fixed typo
This commit is contained in:
parent
370ee02ef6
commit
51393dabdf
|
@ -1013,7 +1013,7 @@ namespace libtorrent
|
|||
return;
|
||||
}
|
||||
}
|
||||
TORRENT_ASSERT(has_disk_receive_buffer()) || packet_size() == 9;
|
||||
TORRENT_ASSERT(has_disk_receive_buffer() || packet_size() == 9);
|
||||
|
||||
// classify the received data as protocol chatter
|
||||
// or data payload for the statistics
|
||||
|
|
Loading…
Reference in New Issue