diff options
author | vincentdarley <vincentdarley> | 2002-07-20 01:01:40 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-07-20 01:01:40 (GMT) |
commit | 1565e25fd0d4c5dee1908910a2a062560d81ed80 (patch) | |
tree | 6e6dd36efb02898a9ac963c730001573c6010733 /generic | |
parent | ca946034dc6020473c9c02c0bbc824e2084a2dd9 (diff) | |
download | tcl-1565e25fd0d4c5dee1908910a2a062560d81ed80.zip tcl-1565e25fd0d4c5dee1908910a2a062560d81ed80.tar.gz tcl-1565e25fd0d4c5dee1908910a2a062560d81ed80.tar.bz2 |
vfs fixes
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclIOUtil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index ab0da46..242a692 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.60 2002/07/19 12:31:10 dkf Exp $ + * RCS: @(#) $Id: tclIOUtil.c,v 1.61 2002/07/20 01:01:41 vincentdarley Exp $ */ #include "tclInt.h" @@ -4908,6 +4908,7 @@ GetFilesystemRecord(fromFilesystem, epoch) *epoch = theFilesystemEpoch; break; } + fsRecPtr = fsRecPtr->nextPtr; } FsReleaseIterator(); return fsRecPtr; |