From 58381305a41e2eae3c374274a299cbc08ae16d31 Mon Sep 17 00:00:00 2001 From: das Date: Mon, 19 May 2003 05:42:35 +0000 Subject: * unix/tclUnixTime.c: fixed typo. --- ChangeLog | 2 ++ unix/tclUnixTime.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e8c9f3..cb1c4a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ in framework toplevel; fixed stub library symbolic links to be tcl version specific. + * unix/tclUnixTime.c: fixed typo. + 2003-05-18 Kevin Kenny * compat/strftime.c: Modified TclpStrftime to return its diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c index 77af9b1..4ee9df9 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixTime.c,v 1.16 2003/05/18 19:48:27 kennykb Exp $ + * RCS: @(#) $Id: tclUnixTime.c,v 1.17 2003/05/19 05:42:36 das Exp $ */ #include "tclInt.h" @@ -343,7 +343,7 @@ TclpStrftime(s, maxsize, format, t, useGMT) Tcl_DStringInit ( &utf8Buffer ); Tcl_ExternalToUtfDString( NULL, s, status, &utf8Buffer ); strcpy( s, Tcl_DStringValue( &utf8Buffer ) ); - Tcl_DStringFree( &utf8buffer ); + Tcl_DStringFree( &utf8Buffer ); } return status; } -- cgit v0.12