1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 19:36:45 +02:00

Manually merged changes by 1100110

This commit is contained in:
Sean Qureshi
2013-09-12 17:31:10 +00:00
parent d06581fe1d
commit 34fb7ba885
2 changed files with 7 additions and 6 deletions

View File

@ -324,7 +324,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);