mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
tzif-display.cpp: Fix compiling for nevis
Origin commit data
------------------
Commit: 3b3382a074
Author: Hendi <hendi48@freenet.de>
Date: 2022-12-21 (Wed, 21 Dec 2022)
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user