summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/regrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/regrep.c')
-rw-r--r--src/tools/regrep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/regrep.c b/src/tools/regrep.c
index a550f86e61b..8c2beddf0ed 100644
--- a/src/tools/regrep.c
+++ b/src/tools/regrep.c
@@ -254,7 +254,7 @@ int main(int argc, char *argv[])
return 1;
}
std::string tempfooter(tempheader);
- tempfooter = tempfooter.substr(result + 14);
+ tempfooter = tempfooter.substr(result + 14);
tempfooter = tempheader.substr(0, result);
/* loop over arguments and read the files */