* Forgotten a line in last commit.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2009-03-27 17:03:06 +01:00
parent 5f47775ac3
commit a061da662f

View File

@@ -834,6 +834,7 @@ void Log::outChat( const char * str, ... )
if (chatLogfile)
{
outTimestamp(chatLogfile);
va_list ap;
va_start(ap, str);
vfprintf(chatLogfile, str, ap);