parsetl: flush the errors
This fixes an issue in the on-line translator, where error message would not be output in the correct <div>. * spot/parsetl/fmterror.cc (format_parse_errors): Flush the stream.
This commit is contained in:
parent
2e69e04583
commit
0b7b03c7d2
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ namespace spot
|
|||
os << '\n' << it.second << "\n\n";
|
||||
printed = true;
|
||||
}
|
||||
os.flush();
|
||||
return printed;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue