summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXFCmd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-06-07 15:23:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-06-07 15:23:11 (GMT)
commit061893f84e1d06c45531c7a4d7a7384e144dc69b (patch)
tree9a33e4cd8437df9dde9b7b7d4a5c2fb9d5d333a6 /macosx/tclMacOSXFCmd.c
parentf5fa2726ea8bf7971595d20e6e423641710e5d13 (diff)
parent68be5b2b62dfcf1b9b7e348a71c4d88e08f19ef9 (diff)
downloadtcl-061893f84e1d06c45531c7a4d7a7384e144dc69b.zip
tcl-061893f84e1d06c45531c7a4d7a7384e144dc69b.tar.gz
tcl-061893f84e1d06c45531c7a4d7a7384e144dc69b.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'macosx/tclMacOSXFCmd.c')
-rw-r--r--macosx/tclMacOSXFCmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c
index 75fda4b..3adc808 100644
--- a/macosx/tclMacOSXFCmd.c
+++ b/macosx/tclMacOSXFCmd.c
@@ -319,7 +319,7 @@ TclMacOSXSetFileAttribute(
} else {
Tcl_WideInt newRsrcForkSize;
- if (Tcl_GetWideIntFromObj(interp, attributePtr,
+ if (TclGetWideIntFromObj(interp, attributePtr,
&newRsrcForkSize) != TCL_OK) {
return TCL_ERROR;
}