spurious "xxx"

This commit is contained in:
Glenn Maynard
2003-03-27 08:18:55 +00:00
parent 13f92ce974
commit 337266892e
+1 -1
View File
@@ -129,7 +129,7 @@ void TitleSubst::Load(const CString &filename, const CString &section)
}
/* 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