From 41f33cc6d4c893a7dc78bebf5291f19a9952eb0d Mon Sep 17 00:00:00 2001 From: ericm Date: Fri, 18 Aug 2000 18:02:16 +0000 Subject: Fixed comment. --- generic/tclClock.c | 5 ++--- 1 file 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); -- cgit v0.12