mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove unnecessary memset
This commit is contained in:
parent
306211a1b4
commit
1e24e34519
@ -20,7 +20,6 @@ void BuildContext::doResetLog()
|
||||
{
|
||||
m_messageCount = 0;
|
||||
m_textPoolSize = 0;
|
||||
memset(m_textPool, '\0', sizeof(m_textPool));
|
||||
}
|
||||
|
||||
void BuildContext::doLog(const rcLogCategory category, const char* msg, const int len)
|
||||
|
Loading…
x
Reference in New Issue
Block a user