forked from mirrors/linphone-iphone
Fix compilation on Windows.
This commit is contained in:
parent
2f35778bf0
commit
1af933de41
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue