mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-29 19:51:29 -04:00
Fix ERT console lack of CRLF.
This commit is contained in:
parent
bfcd25d857
commit
ad22eab3d2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void ERTView::on_hide() {
|
|||
}
|
||||
|
||||
void ERTView::log(const std::string& s) {
|
||||
write(s);
|
||||
writeln(s);
|
||||
}
|
||||
|
||||
} /* namespace ui */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue