From 222e7d36300fd8156c7bd67badeddb9dcd88a211 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 17 Dec 2003 04:50:39 +0000 Subject: [PATCH] fix crash --- stepmania/src/Sprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index 4fa87eed24..f0867ca361 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -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 );