From 00935e4e76cabce990ad71f83e4b8ed47c84c964 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Sat, 7 Feb 1987 13:24:48 -0500 Subject: [PATCH] SAUDI fix SCCS-file: tzfile.h SCCS-SID: 2.8 --- tzfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tzfile.h b/tzfile.h index 0d31aea..aeeeeec 100644 --- a/tzfile.h +++ b/tzfile.h @@ -54,7 +54,7 @@ struct tzhead { #ifndef TZ_MAX_TYPES #ifdef SAUDI -#define TZ_MAX_TYPES 370 /* A bit more than a year's worth */ +#define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */ #else /* !SAUDI */ #define TZ_MAX_TYPES 10 /* Maximum number of local time types */ #endif /* !SAUDI */