fix compile

This commit is contained in:
AJ Kelly
2011-02-09 13:21:46 -06:00
parent 49a7b15eb1
commit c62c032d71
+1 -1
View File
@@ -58,7 +58,7 @@ void ScreenOptionsMemoryCard::CreateMenu()
if( iter->iVolumeSizeMB == 0 )
vs.push_back( SIZE_UNKNOWN );
else
vs.push_back( ssprintf(VOLUME_SIZE,iter->iVolumeSizeMB) );
vs.push_back( ssprintf(RString(VOLUME_SIZE).c_str(),iter->iVolumeSizeMB) );
vHands.push_back( OptionRowHandlerUtil::MakeNull() );