mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Remove commented printf : Write @ %d(%d). %d bytes.\n
This commit is contained in:
parent
f73f764f2a
commit
4c1227165c
@ -141,7 +141,6 @@ size_t MemFile::fwrite(const char *ptr, size_t size, size_t nmemb)
|
|||||||
size_t sz = size * nmemb;
|
size_t sz = size * nmemb;
|
||||||
if (p + sz < BLOCKSIZE)
|
if (p + sz < BLOCKSIZE)
|
||||||
{
|
{
|
||||||
//printf("Write @ %d(%d). %d bytes.\n", m_write_ptr, p, sz);
|
|
||||||
memcpy(m_current_write -> data + p, ptr, sz);
|
memcpy(m_current_write -> data + p, ptr, sz);
|
||||||
m_write_ptr += sz;
|
m_write_ptr += sz;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user