1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-17 09:16:36 +01:00
This commit is contained in:
Jfreegman
2013-09-15 17:17:21 -04:00
3 changed files with 28 additions and 93 deletions

View File

@@ -320,7 +320,7 @@ static void execute(ToxWindow *self, ChatContext *ctx, StatusBar *statusbar, Tox
else if (!strcmp(cmd, "/myid")) {
char id[TOX_FRIEND_ADDRESS_SIZE * 2 + 1] = {'\0'};
int i;
size_t i;
uint8_t address[TOX_FRIEND_ADDRESS_SIZE];
tox_getaddress(m, address);