summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
authorericm <ericm>2000-08-18 18:02:16 (GMT)
committerericm <ericm>2000-08-18 18:02:16 (GMT)
commit41f33cc6d4c893a7dc78bebf5291f19a9952eb0d (patch)
tree3fed2b3c05065221c5c3d2d22255650e14977e66 /generic/tclClock.c
parent74d9021cc9b69816672ddf7687f2049473b14b50 (diff)
downloadtcl-41f33cc6d4c893a7dc78bebf5291f19a9952eb0d.zip
tcl-41f33cc6d4c893a7dc78bebf5291f19a9952eb0d.tar.gz
tcl-41f33cc6d4c893a7dc78bebf5291f19a9952eb0d.tar.bz2
Fixed comment.
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c5
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);