spurious "xxx"
This commit is contained in:
@@ -129,7 +129,7 @@ void TitleSubst::Load(const CString &filename, const CString §ion)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Add the translation if this is a terminator (*) or section
|
/* Add the translation if this is a terminator (*) or section
|
||||||
* marker ([xxx]). */
|
* marker ([foo]). */
|
||||||
if(line[0] == '*' || line[0] == '[')
|
if(line[0] == '*' || line[0] == '[')
|
||||||
{
|
{
|
||||||
/* Surround each regex with ^(...)$, to force all comparisons to default
|
/* Surround each regex with ^(...)$, to force all comparisons to default
|
||||||
|
|||||||
Reference in New Issue
Block a user