summaryrefslogtreecommitdiffstats
path: root/win/tclWinFCmd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-26 15:53:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-26 15:53:40 (GMT)
commitcd51753d86cde24e24f0fa1c6edf6821ba25d0aa (patch)
treed4ba6b39c3f40354edd6a8bf89eb6c5573528925 /win/tclWinFCmd.c
parentf227a5d1ff1c36d3bc5eca3f7378d5064d59d4eb (diff)
downloadtcl-cd51753d86cde24e24f0fa1c6edf6821ba25d0aa.zip
tcl-cd51753d86cde24e24f0fa1c6edf6821ba25d0aa.tar.gz
tcl-cd51753d86cde24e24f0fa1c6edf6821ba25d0aa.tar.bz2
More size_t -> Tcl_Size changes, which were missed before. Also (experimental) make the wrapper macro's produce compiler warnings is Tcl_Size is not used.
Diffstat (limited to 'win/tclWinFCmd.c')
-rw-r--r--win/tclWinFCmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFCmd.c b/win/tclWinFCmd.c
index 391c119..37f0834 100644
--- a/win/tclWinFCmd.c
+++ b/win/tclWinFCmd.c
@@ -1536,7 +1536,7 @@ GetWinFileAttributes(
* We test for, and fix that case, here.
*/
- size_t len;
+ Tcl_Size len;
const char *str = Tcl_GetStringFromObj(fileName, &len);
if (len < 4) {