diff options
| author | 2015-04-29 08:18:54 +0200 | |
|---|---|---|
| committer | 2015-04-29 08:18:54 +0200 | |
| commit | 76b978d039f922ed84796deb999389ebb1579191 (patch) | |
| tree | 90e4fe3efe7a18b896e49fd7fb65ba7a144cac0f /src/tools/regrep.c | |
| parent | 64219f27d20c0f6f2dc8c168c8c19ba9420f889d (diff) | |
Cleanups and version bumpmame0161
Diffstat (limited to 'src/tools/regrep.c')
| -rw-r--r-- | src/tools/regrep.c | 2 |
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 */ |
