From: ol.sc
Date: Wed, 22 Feb 2012 23:49:45 +0000 (+0000)
Subject: Rather stay with OFF_YEAR as it is an "officially" name.
X-Git-Tag: V2.14~516
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=351e0828c6c26965cd18ea934cc4232d7c193413;p=cc65
Rather stay with OFF_YEAR as it is an "officially" name.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5547 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/libsrc/geos-common/const.inc b/libsrc/geos-common/const.inc
index e7958579c..ef78d75b8 100644
--- a/libsrc/geos-common/const.inc
+++ b/libsrc/geos-common/const.inc
@@ -286,7 +286,7 @@ OFF_FNAME = 3
OFF_GHDR_PTR = 19
OFF_GSTRUC_TYPE = 21
OFF_GFILE_TYPE = 22
-OFF_DATE = 23
+OFF_YEAR = 23
OFF_SIZE = 28
OFF_NXT_FILE = 32
.else
@@ -296,7 +296,7 @@ OFF_FNAME = 1
OFF_GFILE_TYPE = 16
OFF_DE_TR_SC = 17
OFF_SIZE = 21
-OFF_DATE = 24
+OFF_YEAR = 25
OFF_GHDR_PTR = 31
OFF_NXT_FILE = 39
.endif