fix compilation problem on mingw

This commit is contained in:
Simon Morlat 2014-06-26 15:43:52 +02:00
parent 278f48022d
commit 5d7ef30043

View file

@ -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);
}