1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-06 18:37:14 +00:00

kre-suggested changes

SCCS-file: tzfile.h
SCCS-SID: 1.10
This commit is contained in:
Arthur David Olson
1986-03-01 17:07:10 -05:00
committed by Paul Eggert
parent 6a20997c38
commit 5ff68e8df2

View File

@ -26,8 +26,10 @@
struct tzinfo {
int tz_timecnt; /* Number of entries used */
long tz_times[TZ_MAX_TIMES]; /* Saving Time transition times */
char tz_types[TZ_MAX_TIMES]; /* Saving Time types for the above */
long tz_times[TZ_MAX_TIMES];
/* Saving Time transition times */
unsigned char tz_types[TZ_MAX_TIMES];
/* Saving Time types for the above */
struct dsinfo {
long ds_gmtoff; /* Offset from GMT in seconds */
char ds_abbr[TZ_ABBR_LEN+1]; /* Time Zone abbreviation */