Fix format string.

This commit is contained in:
Steve Checkoway
2005-06-19 00:21:48 +00:00
parent a77e0bb273
commit c1f4c33fb9
+1 -1
View File
@@ -796,7 +796,7 @@ bool RageSound::SetPositionFrames( int iFrames )
if( m_pSource == NULL )
{
LOG->Warn( "RageSound::SetPositionFrames(%f): sound not loaded", iFrames );
LOG->Warn( "RageSound::SetPositionFrames(%d): sound not loaded", iFrames );
return false;
}