From fe443bd90d915478994953b56836577a96ea4a28 Mon Sep 17 00:00:00 2001 From: jhurst Date: Thu, 14 Jun 2007 06:12:13 +0000 Subject: separated PackageUID from Timed Text Asset ID --- src/path-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path-test.cpp') 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; -- cgit v1.2.3