Cosmetic changes (misleading var name).

This commit is contained in:
Ralph Lange
2004-05-28 11:00:25 +00:00
parent ae5c8365d2
commit 2cdb8d2cbb
4 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ IntFormatT outType = dec; /* For -0.. output format option */
char dblFormatStr[30] = "%g"; /* Format string to print doubles (-efg options) */
char timeFormatStr[30] = "%Y-%m-%d %H:%M:%S.%06f"; /* Time format string */
int charAsNr = 0; /* used for -n option - get DBF_CHAR as number */
int enumAsNr = 0; /* used for -n option - get DBF_ENUM as number */
double caTimeout = 1.0; /* wait time default (see -w option) */
#define TIMETEXTLEN 28 /* Length of timestamp text buffer */