summaryrefslogtreecommitdiff
path: root/src/core/xbdbf4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/xbdbf4.cpp')
-rwxr-xr-xsrc/core/xbdbf4.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/xbdbf4.cpp b/src/core/xbdbf4.cpp
index 59ba39a..a1f770e 100755
--- a/src/core/xbdbf4.cpp
+++ b/src/core/xbdbf4.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 xbDbf4::CreateTable( const xbString &sTableName, const xbString &sAlias,
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 );
@@ -510,7 +511,7 @@ xbInt16 xbDbf4::Open( const xbString & sTableName, const xbString & sAlias,
/************************************************************************/
//! @brief Rename table.
/*!
- This routine renames a give table, associated memo and inf files
+ This routine renames a table, associated memo, mdx and inf files
\param sNewName - New file name.
\returns <a href="xbretcod_8h.html">Return Codes</a>
*/