From ffae2997ee93cabad7b2024b2a18767ade8b4790 Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Mon, 13 May 2002 12:31:32 +0000 Subject: comment --- generic/tclIOUtil.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index 74baf02..d3d16bc 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -17,7 +17,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclIOUtil.c,v 1.41 2002/05/02 20:15:20 vincentdarley Exp $ + * RCS: @(#) $Id: tclIOUtil.c,v 1.42 2002/05/13 12:31:32 vincentdarley Exp $ */ #include "tclInt.h" @@ -2535,9 +2535,11 @@ FSUnloadTempFile(clientData) * tvdlPtr->divertedFilesystem->deleteFileProc(tmp); * Tcl_DecrRefCount(tmp); * - * and then use that in this call. This approach would + * and then use that in this call. This approach would potentially + * work even if the encodings and everything else have been + * deconstructed. For the moment, however, we simply assume + * Tcl_FSDeleteFile has worked correctly. */ - //tvdlPtr->divertedFilesystem->deleteFileProc(tvdlPtr->divertedFile); } /* -- cgit v0.12