summaryrefslogtreecommitdiff
path: root/src/core/xbdbf3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/xbdbf3.cpp')
-rwxr-xr-xsrc/core/xbdbf3.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/xbdbf3.cpp b/src/core/xbdbf3.cpp
index d57be3c..926cc0d 100755
--- a/src/core/xbdbf3.cpp
+++ b/src/core/xbdbf3.cpp
@@ -2,7 +2,7 @@
XBase64 Software Library
-Copyright (c) 1997,2003,2014,2022 Gary A Kunkel
+Copyright (c) 1997,2003,2014,2022,2023 Gary A Kunkel
The xb64 software library is covered under the terms of the GPL Version 3, 2007 license.
@@ -180,6 +180,7 @@ xbInt16 xbDbf3::CreateTable( const xbString & sTableName, const xbString & sAlia
ulCurRec = 0L;
uiHeaderLen = 33 + iNoOfFields * 32;
xbDate d;
+ d.Sysdate();
cUpdateYY = (char) (d.YearOf() - 1900);
cUpdateMM = (char) d.MonthOf();
cUpdateDD = (char) d.DayOf( XB_FMT_MONTH );