From 4ab3924122d5e9e80419a664cd876c7cb60a1bf0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 6 Sep 2003 06:49:01 +0000 Subject: [PATCH] comment --- stepmania/src/RageLog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 8d3b15410c..36f262dffa 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -125,6 +125,8 @@ RageLog::RageLog() RageLog::~RageLog() { /* Add the mapped log data to info.txt. */ + /* XXX: We shouldn't do this, because we shouldn't send newlines of any kind to Info(); + * it results in oddly delimited output ... */ this->Info( "%s", GetAdditionalLog() ); Flush();