summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-04-20 15:13:34 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-04-20 15:13:34 (GMT)
commit3e67d6a08bfd1cd415fc10fcd3bcafac2bf66c74 (patch)
treeea04af4e5b72047ea6c07e806a4ab2374e949e7c /generic/tclFileName.c
parentff9ea813259c9bf2575960d7a96807ae43961370 (diff)
downloadtcl-3e67d6a08bfd1cd415fc10fcd3bcafac2bf66c74.zip
tcl-3e67d6a08bfd1cd415fc10fcd3bcafac2bf66c74.tar.gz
tcl-3e67d6a08bfd1cd415fc10fcd3bcafac2bf66c74.tar.bz2
silenced a compiler warning
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r--generic/tclFileName.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c
index 4ab7fa8..bde0071 100644
--- a/generic/tclFileName.c
+++ b/generic/tclFileName.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclFileName.c,v 1.67 2005/03/15 22:10:29 vincentdarley Exp $
+ * RCS: @(#) $Id: tclFileName.c,v 1.68 2005/04/20 15:13:39 kennykb Exp $
*/
#include "tclInt.h"
@@ -2302,7 +2302,7 @@ DoGlob(interp, matchesObj, separators, pathPtr, flags, pattern, types)
* The current prefix must end in a separator, unless
* this is a volume-relative path. In particular
* globbing in Windows shares, when not using -dir
- * or -path, e.g. 'glob //machine/share/subdir/*'
+ * or -path, e.g. 'glob [file join //machine/share/subdir *]'
* requires adding a separator here. This behaviour
* is not currently tested for in the test suite.
*/