From 4f6498ace0dc021aecc6a47483213ca23a179f70 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 28 Nov 2003 20:44:56 +0000 Subject: [PATCH] fix output --- stepmania/src/ScreenExit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenExit.cpp b/stepmania/src/ScreenExit.cpp index 63e76b3b56..1723209b8b 100644 --- a/stepmania/src/ScreenExit.cpp +++ b/stepmania/src/ScreenExit.cpp @@ -33,7 +33,7 @@ void ScreenExit::Update( float fDelta ) { DoQuit = true; CString warn = ssprintf("ScreenExit: %i sound%s failed to finish playing quickly: ", - PlayingSounds.size() ); + PlayingSounds.size(), PlayingSounds.size()==1?"":"s" ); for( set::const_iterator i = PlayingSounds.begin(); i != PlayingSounds.end(); ++i ) {