aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-06-08 00:02:49 +0000
committerlloyd <[email protected]>2012-06-08 00:02:49 +0000
commit4e960a1e3264b5461e61766ccfa3bd41374c8928 (patch)
tree72e6c1b6c56b581566381f8a0e2f1c6ef37d475c /checks/validate.cpp
parent1ca43e0c8caba8b2517122b46e83bf4ca5d79005 (diff)
Fix extension testing (bug 193)
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r--checks/validate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp
index 307a4e0d5..48bc6bd87 100644
--- a/checks/validate.cpp
+++ b/checks/validate.cpp
@@ -327,7 +327,7 @@ u32bit do_validation_tests(const std::string& filename,
if(line[0] == '[' && line[line.size() - 1] == ']')
{
- const std::string ext_mark = "<EXTENSION>";
+ const std::string ext_mark = " <EXTENSION>";
algorithm = line.substr(1, line.size() - 2);
is_extension = false;
if(algorithm.find(ext_mark) != std::string::npos)