summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-24 08:34:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-24 08:34:58 (GMT)
commit1f20e5f697a37f6a03cbce32c5ed3aefce416bea (patch)
tree10fa034ba589c44f19c379a37827c33b755c0854 /win/tclWinPipe.c
parentba718c26090c3d742694dc7a033b1ea9b0820e0d (diff)
parent6f14ff020a548ab6adcb30836c498ab0fe921970 (diff)
downloadtcl-1f20e5f697a37f6a03cbce32c5ed3aefce416bea.zip
tcl-1f20e5f697a37f6a03cbce32c5ed3aefce416bea.tar.gz
tcl-1f20e5f697a37f6a03cbce32c5ed3aefce416bea.tar.bz2
merge trunk
Diffstat (limited to 'win/tclWinPipe.c')
-rwxr-xr-xwin/tclWinPipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index a661343..4c530e3 100755
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.c
@@ -1367,7 +1367,7 @@ ApplicationType(interp, originalName, fullName)
Tcl_DString nameBuf, ds;
CONST TCHAR *nativeName;
WCHAR nativeFullPath[MAX_PATH];
- static char extensions[][5] = {"", ".com", ".exe", ".bat"};
+ static const char extensions[][5] = {"", ".com", ".exe", ".bat"};
/* Look for the program as an external program. First try the name
* as it is, then try adding .com, .exe, and .bat, in that order, to