diff options
| author | jhurst <jhurst@cinecert.com> | 2007-06-14 06:12:13 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-06-14 06:12:13 +0000 |
| commit | fe443bd90d915478994953b56836577a96ea4a28 (patch) | |
| tree | cc756a826153ecf45ce8d53f5f6611c1412aecb1 /src/path-test.cpp | |
| parent | c8a8baa243132a938fe4bbfc06a7afe980aa07e6 (diff) | |
separated PackageUID from Timed Text Asset ID
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; |
