|
|
|
@ -60,6 +60,7 @@ bool CFGFileParser::ParseText() {
@@ -60,6 +60,7 @@ bool CFGFileParser::ParseText() {
|
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
else { |
|
|
|
|
// FIXME: brackets are not always required!
|
|
|
|
|
if (!slre_compile(®ex, "([A-Z0-9_]*)(:)(\\[.*\\])")){ |
|
|
|
|
printf("Internal error.\n"); |
|
|
|
|
return false; |
|
|
|
|