Correctly reset colors in FileLog.

This commit is contained in:
XMRig
2018-05-19 13:06:49 +07:00
parent 9e9e429e68
commit e04d6459cd
9 changed files with 45 additions and 35 deletions

View File

@@ -48,7 +48,7 @@ private:
bool isWritable() const;
void print(va_list args);
char m_buf[512];
char m_buf[kBufferSize];
char m_fmt[256];
uv_buf_t m_uvBuf;
uv_stream_t *m_stream;