tzif-display.cpp: Fix compiling for nevis

This commit is contained in:
Hendi
2022-12-21 19:11:51 +01:00
parent be70c8e92f
commit d0d0c0004a

View File

@@ -111,7 +111,7 @@ char* tzif2_handle( timezonefileheader *tzh, const char *tzfile_buffer_ptr, size
return NULL;
}
printf("tzif2 header found at position %ld\n", start_ptr - tzfile_buffer_ptr);
printf("tzif2 header found at position %d\n", (int)(start_ptr - tzfile_buffer_ptr));
if ( read_tz_header( tzh, (char*) start_ptr ) == false )
{
printf("Error reading header file version 2\n");