diff options
author | vincentdarley <vincentdarley> | 2002-05-13 12:31:32 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-05-13 12:31:32 (GMT) |
commit | ffae2997ee93cabad7b2024b2a18767ade8b4790 (patch) | |
tree | add361881445df7c81ca4e5945fd48083d234f6f | |
parent | da9484fbf5716a8c56f0aa4517318cbee778e4fb (diff) | |
download | tcl-ffae2997ee93cabad7b2024b2a18767ade8b4790.zip tcl-ffae2997ee93cabad7b2024b2a18767ade8b4790.tar.gz tcl-ffae2997ee93cabad7b2024b2a18767ade8b4790.tar.bz2 |
comment
-rw-r--r-- | generic/tclIOUtil.c | 8 |
1 files 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); } /* |