Shrunk some string buffer size.

This commit is contained in:
spx
2010-09-13 20:06:52 +00:00
parent 27b07f653c
commit 2cb88b0733
10 changed files with 28 additions and 29 deletions

View File

@ -92,7 +92,7 @@ void CMeterLine::Initialize()
*/
void CMeterLine::ReadConfig(const WCHAR* section)
{
WCHAR tmpName[256];
WCHAR tmpName[64];
// Store the current number of lines so we know if the buffer needs to be updated
int oldLineCount = (int)m_Colors.size();