Fix compilation on Windows.

This commit is contained in:
Ghislain MARY 2015-01-28 16:53:59 +01:00
parent 2f35778bf0
commit 1af933de41

View file

@ -196,7 +196,7 @@ time_t check_file(LinphoneCoreManager* mgr) {
CU_ASSERT_TRUE( timediff <= 1 );
if( !(timediff <= 1) ){
ms_error("time_curr: %ld, last_log: %ld timediff: %d", time_curr, last_log, timediff );
ms_error("time_curr: %ld, last_log: %ld timediff: %u", (long int)time_curr, (long int)last_log, timediff );
}
}
// return latest time in file