fixed typo
This commit is contained in:
parent
370ee02ef6
commit
51393dabdf
|
@ -1013,7 +1013,7 @@ namespace libtorrent
|
||||||
return;
|
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
|
// classify the received data as protocol chatter
|
||||||
// or data payload for the statistics
|
// or data payload for the statistics
|
||||||
|
|
Loading…
Reference in New Issue