Skip to content
Snippets Groups Projects
Commit df593801 authored by Lucio Zambon's avatar Lucio Zambon
Browse files

add terminator

parent 9ee75b7c
No related branches found
No related tags found
No related merge requests found
......@@ -912,6 +912,7 @@ string Fug::read_Fug() {
i = 0;
while (strout[i] == 'E') {
if (strout[i+3] == '\n' || strout[i+3] == '\r' || strout[i+3] == '\0') i++;
i += 3;
}
strout_filt.resize(strout.length() - i);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment