From b09116c1386868cacab7e497c5a2ead7d0d45456 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 24 Feb 2004 01:22:39 +0000 Subject: [PATCH] fix warning --- stepmania/src/ProfileManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index decaa9c95d..416dbb6394 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -81,7 +81,7 @@ void ProfileManager::GetLocalProfileNames( vector &asNamesOut ) const { CStringArray vsProfileIDs; GetLocalProfileIDs( vsProfileIDs ); - LOG->Trace("GetLocalProfileNames: %i", vsProfileIDs.size()); + LOG->Trace("GetLocalProfileNames: %u", unsigned(vsProfileIDs.size())); for( unsigned i=0; i