mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 10:33:01 +01:00
Update function name (merge conflict)
This commit is contained in:
parent
f786b7ae6a
commit
27259ff23f
@ -515,7 +515,7 @@ int group_get_public_key_peer_id(uint32_t groupnumber, const char *public_key, u
|
|||||||
|
|
||||||
char key_bin[TOX_GROUP_PEER_PUBLIC_KEY_SIZE];
|
char key_bin[TOX_GROUP_PEER_PUBLIC_KEY_SIZE];
|
||||||
|
|
||||||
if (hex_string_to_bin(public_key, strlen(public_key), key_bin, sizeof(key_bin)) == -1) {
|
if (tox_pk_string_to_bytes(public_key, strlen(public_key), key_bin, sizeof(key_bin)) == -1) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user