summaryrefslogtreecommitdiff
path: root/src/path-test.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2007-06-14 06:12:13 +0000
committerjhurst <>2007-06-14 06:12:13 +0000
commitfe443bd90d915478994953b56836577a96ea4a28 (patch)
treecc756a826153ecf45ce8d53f5f6611c1412aecb1 /src/path-test.cpp
parentc8a8baa243132a938fe4bbfc06a7afe980aa07e6 (diff)
separated PackageUID from Timed Text Asset ID
Diffstat (limited to 'src/path-test.cpp')
-rw-r--r--src/path-test.cpp2
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;