From 77de7dbb2f58c87ba6490fd3da39784b10dc826a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 23 Aug 1999 11:03:47 +0000 Subject: [PATCH] Fix typo in previous change. --- lib/getdate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getdate.y b/lib/getdate.y index 489662c..ed35cf3 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -889,7 +889,7 @@ get_date (const char *p, const time_t *now) { { pc.local_time_zone_table[1].name = tm->tm_zone; - pc.local_time_zone_table[1].type = tLOCAL_TIME_ZONE_TABLE; + pc.local_time_zone_table[1].type = tLOCAL_ZONE; pc.local_time_zone_table[1].value = tm->tm_isdst; pc.local_time_zone_table[2].name = 0; } -- 2.44.0