fix crash

This commit is contained in:
Glenn Maynard
2003-12-17 04:50:39 +00:00
parent d29dc74775
commit 222e7d3630
+1 -1
View File
@@ -107,7 +107,7 @@ bool Sprite::LoadFromSpriteFile( RageTextureID ID )
{
CString message = ssprintf(
"There is more than one file that matches "
"'%s/%s'. Please remove all but one of these matches.",
"'%s'. Please remove all but one of these matches.",
ID.filename.c_str() );
RageException::Throw( message );