diff options
Diffstat (limited to 'generic/tclClock.c')
| -rw-r--r-- | generic/tclClock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index 47beb15..78ccfe8 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -239,7 +239,7 @@ TclClockInit( memset(&data->lastTZOffsCache, 0, sizeof(data->lastTZOffsCache)); - data->defFlags = 0; + data->defFlags = CLF_VALIDATE; /* * Install the commands. |
