mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:33:03 +01:00
small fix
This commit is contained in:
parent
a4cb568558
commit
fd3604be44
@ -566,7 +566,7 @@ static void chat_onDraw(ToxWindow *self, Tox *m)
|
||||
int i;
|
||||
|
||||
for (i = 0; i < KEY_IDENT_DIGITS; ++i)
|
||||
wprintw(statusbar->topline, "%x", friends[self->num].pub_key[i] & 0xff);
|
||||
wprintw(statusbar->topline, "%02X", friends[self->num].pub_key[i] & 0xff);
|
||||
|
||||
wprintw(statusbar->topline, "}\n");
|
||||
mvwhline(ctx->linewin, 0, 0, ACS_HLINE, x2);
|
||||
|
Loading…
Reference in New Issue
Block a user