diff options
| author | ericm <ericm> | 2000-08-18 18:02:16 (GMT) |
|---|---|---|
| committer | ericm <ericm> | 2000-08-18 18:02:16 (GMT) |
| commit | bdd20d63ea40dcc19efb27cdf1aafba2a788c030 (patch) | |
| tree | 3fed2b3c05065221c5c3d2d22255650e14977e66 /generic/tclClock.c | |
| parent | fea8f5c0c9393457baebc8ac430481d1b8f34cf8 (diff) | |
| download | tcl-bdd20d63ea40dcc19efb27cdf1aafba2a788c030.zip tcl-bdd20d63ea40dcc19efb27cdf1aafba2a788c030.tar.gz tcl-bdd20d63ea40dcc19efb27cdf1aafba2a788c030.tar.bz2 | |
Fixed comment.
Diffstat (limited to 'generic/tclClock.c')
| -rw-r--r-- | generic/tclClock.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index 7e71325..583d399 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclClock.c,v 1.10 2000/05/18 21:36:34 hobbs Exp $ + * RCS: @(#) $Id: tclClock.c,v 1.11 2000/08/18 18:02:16 ericm Exp $ */ #include "tcl.h" @@ -361,8 +361,7 @@ FormatClock(interp, clockVal, useGMT, format) } /* - * Convert the time to external encoding, in case we asked for - * a localized return value. [Bug: 3345] + * Convert the time to UTF from external encoding [Bug: 3345] */ Tcl_DStringInit(&uniBuffer); Tcl_ExternalToUtfDString(NULL, buffer.string, -1, &uniBuffer); |
