summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/ivythroughput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ivythroughput.cpp b/tools/ivythroughput.cpp
index 8100dea..d7595b7 100644
--- a/tools/ivythroughput.cpp
+++ b/tools/ivythroughput.cpp
@@ -392,7 +392,7 @@ bool getRegexps (const char*fileName, ListOfString &regexps, unsigned int numReg
FILE *infile;
char buffer [1024*64];
pcrecpp::RE pcreg1 ("add regexp \\d+ : (.*)$");
- pcrecpp::RE pcreg2 ("\\^(.*)$");
+ pcrecpp::RE pcreg2 ("(\\^.*)$");
string aMsg;
infile = fopen(fileName, "r");