forked from premiere/premiere-libtorrent
removed incorrect assert
This commit is contained in:
parent
b440974269
commit
c3e4624e42
|
@ -194,7 +194,6 @@ namespace libtorrent
|
||||||
size_type write(const char* buffer, size_type num_bytes)
|
size_type write(const char* buffer, size_type num_bytes)
|
||||||
{
|
{
|
||||||
assert(buffer);
|
assert(buffer);
|
||||||
assert(num_bytes > 0);
|
|
||||||
assert((DWORD)num_bytes == num_bytes);
|
assert((DWORD)num_bytes == num_bytes);
|
||||||
DWORD bytes_written = 0;
|
DWORD bytes_written = 0;
|
||||||
if (num_bytes != 0)
|
if (num_bytes != 0)
|
||||||
|
|
Loading…
Reference in New Issue