mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fixed build.
This commit is contained in:
parent
a81cec0598
commit
50d2b45541
|
@ -174,7 +174,7 @@ START_TEST(test_getself_name)
|
|||
char nick_check[len];
|
||||
|
||||
setname(m, (uint8_t *)nickname, len);
|
||||
getself_name(m, (uint8_t *)nick_check, len);
|
||||
getself_name(m, (uint8_t *)nick_check);
|
||||
|
||||
ck_assert_msg((memcmp(nickname, nick_check, len) == 0),
|
||||
"getself_name failed to return the known name!\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user