From 337266892eb62d423cbcf2064be3b166abb5ec6e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Mar 2003 08:18:55 +0000 Subject: [PATCH] spurious "xxx" --- stepmania/src/TitleSubstitution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/TitleSubstitution.cpp b/stepmania/src/TitleSubstitution.cpp index bb45f93ca0..ed64c5215f 100644 --- a/stepmania/src/TitleSubstitution.cpp +++ b/stepmania/src/TitleSubstitution.cpp @@ -129,7 +129,7 @@ void TitleSubst::Load(const CString &filename, const CString §ion) } /* Add the translation if this is a terminator (*) or section - * marker ([xxx]). */ + * marker ([foo]). */ if(line[0] == '*' || line[0] == '[') { /* Surround each regex with ^(...)$, to force all comparisons to default