]> Dogcows Code - chaz/tar/commitdiff
Fix typo in previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Aug 1999 11:03:47 +0000 (11:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Aug 1999 11:03:47 +0000 (11:03 +0000)
lib/getdate.y

index 489662cf1f71d6885ea95957214792d455f6bd3f..ed35cf3c6f055e084d59ccaff971006873cbce35 100644 (file)
@@ -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;
              }
This page took 0.025534 seconds and 4 git commands to generate.