summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Explanations.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/Explanations.cc')
-rw-r--r--tester/covoar/Explanations.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tester/covoar/Explanations.cc b/tester/covoar/Explanations.cc
index 9b4c1f6..681ffd6 100644
--- a/tester/covoar/Explanations.cc
+++ b/tester/covoar/Explanations.cc
@@ -55,7 +55,6 @@ namespace Coverage {
if (explain.fail()) {
return;
}
- inputBuffer[ strlen(inputBuffer) - 1] = '\0';
line++;
} while ( inputBuffer[0] == '\0' );
@@ -80,7 +79,6 @@ namespace Coverage {
<< "out of sync at the classification";
throw rld::error( what, "Explanations::load" );
}
- inputBuffer[ strlen(inputBuffer) - 1] = '\0';
e.classification = inputBuffer;
line++;