Fix hexN output mode

This commit is contained in:
Martin Lund 2024-05-02 21:50:40 +02:00
parent 22b4f451ea
commit 68c78222e1

View file

@ -2324,6 +2324,7 @@ int tty_connect(void)
if (first_) if (first_)
{ {
// Do nothing // Do nothing
first_ = false;
} }
else else
{ {
@ -2334,7 +2335,6 @@ int tty_connect(void)
{ {
log_putc('\n'); log_putc('\n');
} }
first_ = false;
} }
} }
} }