From 268b7c1e76b380c45a418a06a62bb67b12740f1b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 22 Jan 2004 06:14:58 +0000 Subject: [PATCH] fix warning --- stepmania/src/RageSound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index b1288e8a77..d90f9751bc 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -619,7 +619,7 @@ int64_t RageSound::SearchPosMap( const deque &pos_map, int64_t cur_fr * 3. Underflow; we'll be given a larger sample number than we know about. */ /* XXX: %lli normally, %I64i in Windows */ - LOG->Trace( "Approximate sound time: driver sample %lli, pos_map sample %lli (dist %lli), closest position is %i", + LOG->Trace( "Approximate sound time: driver sample %lli, pos_map sample %lli (dist %lli), closest position is %lli", cur_frame, pos_map[closest_block].frameno, closest_position_dist, closest_position ); if( approximate )