From ba7ec07f7706f8723f0b5d8ed3df3ff3c6ab7057 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 27 Sep 2001 00:36:16 +0000 Subject: One more detail. --- win/tclWinFile.c | 4 ++-- 1 file 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; -- cgit v0.12