mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-02 21:52:13 -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) {
|
void ERTView::log(const std::string& s) {
|
||||||
write(s);
|
writeln(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
} /* namespace ui */
|
} /* namespace ui */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue