From 775273cef4faf648fd05ee81f13b3a148d2f00a2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 7 Oct 2005 01:45:48 +0000 Subject: [PATCH] fix warning --- stepmania/src/RageUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 3053493be5..6f137408ab 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -941,7 +941,7 @@ bool Regex::Replace(const CString &replacement, const CString &subject, CString out = replacement; // TODO: optimize me by iterating only once over the string - for( int i=0; i