Explorar o código

Fix typo in previous change.

Paul Eggert %!s(int64=26) %!d(string=hai) anos
pai
achega
77de7dbb2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/getdate.y

+ 1 - 1
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;
 	      }