aboutsummaryrefslogtreecommitdiffstats
path: root/android/utils/timezone.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/utils/timezone.c')
-rw-r--r--android/utils/timezone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/utils/timezone.c b/android/utils/timezone.c
index 2707e2e..1b99917 100644
--- a/android/utils/timezone.c
+++ b/android/utils/timezone.c
@@ -185,7 +185,7 @@ compare_timezone_to_localtime( ScanDataRec* scan,
}
if ( st.st_size != scan->localtime_st.st_size ) {
- D( " size mistmatch (%lld != %lld)\n", st.st_size, scan->localtime_st.st_size );
+ D( " size mistmatch (%zd != %zd)\n", (size_t)st.st_size, (size_t)scan->localtime_st.st_size );
return 0;
}