diff options
Diffstat (limited to 'src/path-test.cpp')
| -rw-r--r-- | src/path-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-test.cpp b/src/path-test.cpp index bc0af33..0c5f969 100644 --- a/src/path-test.cpp +++ b/src/path-test.cpp @@ -98,7 +98,7 @@ main(int argc, const char** argv) cerr << "----------------------------------" << endl; OutList.clear(); - FindInPaths(PathMatchRegex("^[A-J].*\.h$"), InList, OutList); + FindInPaths(PathMatchRegex("^[A-J].*\\.h$"), InList, OutList); for ( pi = OutList.begin(); pi != OutList.end(); pi++ ) cerr << *pi << endl; |
