Fixed some type warnings.
This commit is contained in:
parent
5d4f420c71
commit
cba04d0062
2 changed files with 3 additions and 3 deletions
|
@ -294,7 +294,7 @@ twc_cmd_friend(void *data, struct t_gui_buffer *buffer,
|
|||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
char address[TOX_FRIEND_ADDRESS_SIZE];
|
||||
uint8_t address[TOX_FRIEND_ADDRESS_SIZE];
|
||||
twc_hex2bin(hex_id, TOX_FRIEND_ADDRESS_SIZE, address);
|
||||
|
||||
if (force)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue