fix warning

This commit is contained in:
Glenn Maynard
2004-02-20 06:02:19 +00:00
parent f790653b0f
commit a15f699984
+1 -1
View File
@@ -672,7 +672,7 @@ void PrintScreenshots( RageFile &f, const Profile *pProfile, CString sTitle, CSt
{
PRINT_OPEN(f, "Less Than 1 Month Old" );
{
for( int i=0; i<pProfile->m_vScreenshots.size(); i++ )
for( unsigned i=0; i<pProfile->m_vScreenshots.size(); i++ )
{
const Profile::Screenshot &ss = pProfile->m_vScreenshots[i];
PrintScreenshot( f, ss );