mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
src/system/tzif-display.cpp: fix wrong var type in debug output
This commit is contained in:
@@ -111,7 +111,7 @@ char* tzif2_handle( timezonefileheader *tzh, const char *tzfile_buffer_ptr, size
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("tzif2 header found at position %d\n", start_ptr - tzfile_buffer_ptr);
|
printf("tzif2 header found at position %ld\n", start_ptr - tzfile_buffer_ptr);
|
||||||
if ( read_tz_header( tzh, (char*) start_ptr ) == false )
|
if ( read_tz_header( tzh, (char*) start_ptr ) == false )
|
||||||
{
|
{
|
||||||
printf("Error reading header file version 2\n");
|
printf("Error reading header file version 2\n");
|
||||||
|
Reference in New Issue
Block a user