File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ void timelib_dump_tzinfo(timelib_tzinfo *tz)
393
393
tz -> type [0 ].isgmtcnt
394
394
);
395
395
for (i = 0 ; i < tz -> bit64 .timecnt ; i ++ ) {
396
- printf ("%016lX (%20ld ) = %3d [%5ld %1d %3d '%s' (%d,%d)]\n" ,
396
+ printf ("%016" PRIX64 " (%20" PRId64 " ) = %3d [%5ld %1d %3d '%s' (%d,%d)]\n" ,
397
397
tz -> trans [i ], tz -> trans [i ], tz -> trans_idx [i ],
398
398
(long int ) tz -> type [tz -> trans_idx [i ]].offset ,
399
399
tz -> type [tz -> trans_idx [i ]].isdst ,
@@ -404,7 +404,7 @@ void timelib_dump_tzinfo(timelib_tzinfo *tz)
404
404
);
405
405
}
406
406
for (i = 0 ; i < tz -> bit64 .leapcnt ; i ++ ) {
407
- printf ("%016lX (%20ld) = %d\n" ,
407
+ printf ("%016" PRIX64 " (%20ld) = %d\n" ,
408
408
tz -> leap_times [i ].trans ,
409
409
(long ) tz -> leap_times [i ].trans ,
410
410
tz -> leap_times [i ].offset );
You can’t perform that action at this time.
0 commit comments