Fix some warnings.

This commit is contained in:
rog
2012-12-06 20:25:07 -05:00
parent aeb5782395
commit 30718230b2
3 changed files with 3 additions and 3 deletions

View File

@ -531,7 +531,7 @@ void Renderer::DrawDebugInfo()
p+=sprintf(p, "FPS: %d\n", s_fps);
if (SConfig::GetInstance().m_ShowLag)
p+=sprintf(p, "Lag: %d\n", Movie::g_currentLagCount);
p+=sprintf(p, "Lag: %llu\n", Movie::g_currentLagCount);
if (g_ActiveConfig.bShowInputDisplay)
p+=sprintf(p, "%s", Movie::GetInputDisplay().c_str());