1
0
forked from 0ad/0ad

fix bug: was assigning char to pointer, instead of writing to *pointer

This was SVN commit r1768.
This commit is contained in:
janwas 2005-01-23 17:36:57 +00:00
parent d29833e4ed
commit ad16ecfb36

View File

@ -81,7 +81,7 @@ CLogger::~CLogger ()
//Add end marker to logs in memory
m_CurrentPosition = '\0';
*m_CurrentPosition = '\0';
m_MemoryLog << html_header0 << "Memory log" << html_header1;
m_MemoryLog << "<P>Memory Log started with capacity of " << \