From 59c5db4558c1b035ef46c0b6f5167dde53b137b2 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 22 Sep 2003 09:26:36 +0000 Subject: [PATCH] Quiet warnings. --- stepmania/src/RageLog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 029de5c3c7..4967d57f10 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -116,9 +116,9 @@ RageLog::RageLog() this->Trace( "Log starting %.4d-%.2d-%.2d %.2d:%.2d:%.2d", 1900+now->tm_year, now->tm_mon, now->tm_mday, now->tm_hour, now->tm_min, now->tm_sec ); - this->Trace( "" ); + this->Trace( " " ); #if defined(HAVE_VERSION_INFO) - this->Info("Compiled %s (build %i)", version_time, version_num); + this->Info("Compiled %s (build %lu)", version_time, version_num); #endif }