mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
fix compilation problem on mingw
This commit is contained in:
parent
278f48022d
commit
5d7ef30043
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ static void linphone_stun_test_encode()
|
|||
|
||||
len = test_stun_encode(bigBuff, bigLen, TRUE);
|
||||
CU_ASSERT(len > 0);
|
||||
ms_message("STUN message encoded in %zu bytes", len);
|
||||
ms_message("STUN message encoded in %i bytes", (int)len);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue