summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-09-27 00:36:15 (GMT)
committerdgp <dgp@noemail.net>2001-09-27 00:36:15 (GMT)
commit8169f6e6c3e800d51a270d34d7ff6078e8fc80fa (patch)
treeb6669005fe2c07dad53eabe6bfb558d1dd1e43e8 /win/tclWinFile.c
parent0f76ca0179b44ddcce5a44b1ead71408e6dd66ea (diff)
downloadtcl-8169f6e6c3e800d51a270d34d7ff6078e8fc80fa.zip
tcl-8169f6e6c3e800d51a270d34d7ff6078e8fc80fa.tar.gz
tcl-8169f6e6c3e800d51a270d34d7ff6078e8fc80fa.tar.bz2
One more detail.
FossilOrigin-Name: eeaf9213467cd5f57d4a323fd6c0f261a6477992
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r--win/tclWinFile.c4
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;