]> Dogcows Code - chaz/tar/blobdiff - lib/getdate.y
Fix typo in previous change.
[chaz/tar] / 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.021502 seconds and 4 git commands to generate.