summaryrefslogtreecommitdiff
path: root/elsie.nci.nih.gov/src/localtime.c
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-05-10 20:55:13 +0000
committerArch Librarian <arch@canonical.com>2005-05-10 20:55:13 +0000
commitfba62e924524f651fdcd22de04493d7e6064f8cc (patch)
tree8c9799ea01a10b6a3280928e99364d0a6a850047 /elsie.nci.nih.gov/src/localtime.c
parent094834436071279aec6375cfa82beff25c136649 (diff)
downloadpytz-fba62e924524f651fdcd22de04493d7e6064f8cc.tar.gz
Import 2003c release
Author: zenzen Date: 2003-10-04 04:11:28 GMT Import 2003c release
Diffstat (limited to 'elsie.nci.nih.gov/src/localtime.c')
-rw-r--r--elsie.nci.nih.gov/src/localtime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/elsie.nci.nih.gov/src/localtime.c b/elsie.nci.nih.gov/src/localtime.c
index 70bdea7..72c0f2b 100644
--- a/elsie.nci.nih.gov/src/localtime.c
+++ b/elsie.nci.nih.gov/src/localtime.c
@@ -5,7 +5,7 @@
#ifndef lint
#ifndef NOID
-static char elsieid[] = "@(#)localtime.c 7.75";
+static char elsieid[] = "@(#)localtime.c 7.76";
#endif /* !defined NOID */
#endif /* !defined lint */
@@ -323,8 +323,8 @@ register struct state * const sp;
i = read(fid, u.buf, sizeof u.buf);
if (close(fid) != 0)
return -1;
- ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
- ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
+ ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
+ ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);