diff options
Diffstat (limited to 'src/fix-ng/parser.cc')
-rw-r--r-- | src/fix-ng/parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fix-ng/parser.cc b/src/fix-ng/parser.cc index d146ad88cbc3..d310397c2d63 100644 --- a/src/fix-ng/parser.cc +++ b/src/fix-ng/parser.cc @@ -40,7 +40,7 @@ struct Cleanup : TermFun string path(s); if (path[0] != '/') path = basePath + "/" + path; - return ATmake("Str(<str>)", canonPath(path).c_str()); + return ATmake("Path(<str>)", canonPath(path).c_str()); } if (ATmatch(e, "Int(<str>)", &s)) { |