diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-24 08:34:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-24 08:34:58 (GMT) |
commit | 1f20e5f697a37f6a03cbce32c5ed3aefce416bea (patch) | |
tree | 10fa034ba589c44f19c379a37827c33b755c0854 /win/tclWinPipe.c | |
parent | ba718c26090c3d742694dc7a033b1ea9b0820e0d (diff) | |
parent | 6f14ff020a548ab6adcb30836c498ab0fe921970 (diff) | |
download | tcl-1f20e5f697a37f6a03cbce32c5ed3aefce416bea.zip tcl-1f20e5f697a37f6a03cbce32c5ed3aefce416bea.tar.gz tcl-1f20e5f697a37f6a03cbce32c5ed3aefce416bea.tar.bz2 |
merge trunk
Diffstat (limited to 'win/tclWinPipe.c')
-rwxr-xr-x | win/tclWinPipe.c | 2 |
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 |