diff options
author | dgp <dgp@users.sourceforge.net> | 2001-09-27 00:36:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-09-27 00:36:16 (GMT) |
commit | ba7ec07f7706f8723f0b5d8ed3df3ff3c6ab7057 (patch) | |
tree | b6669005fe2c07dad53eabe6bfb558d1dd1e43e8 /win/tclWinFile.c | |
parent | 073702fdd13f3a1c8c129b1fc0ac838f01b4d11b (diff) | |
download | tcl-ba7ec07f7706f8723f0b5d8ed3df3ff3c6ab7057.zip tcl-ba7ec07f7706f8723f0b5d8ed3df3ff3c6ab7057.tar.gz tcl-ba7ec07f7706f8723f0b5d8ed3df3ff3c6ab7057.tar.bz2 |
One more detail.
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r-- | win/tclWinFile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index cb4e683..67d1385 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinFile.c,v 1.16 2001/09/27 00:19:57 dgp Exp $ + * RCS: @(#) $Id: tclWinFile.c,v 1.17 2001/09/27 00:36:16 dgp Exp $ */ #include "tclWinInt.h" @@ -922,7 +922,7 @@ NativeStat(nativePath, statPtr) dev = -1; if ((fullPath[0] == '\\') && (fullPath[1] == '\\')) { - char *p; + CONST char *p; DWORD dw; TCHAR *nativeVol; Tcl_DString volString; |