diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-07 15:23:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-07 15:23:11 (GMT) |
commit | 061893f84e1d06c45531c7a4d7a7384e144dc69b (patch) | |
tree | 9a33e4cd8437df9dde9b7b7d4a5c2fb9d5d333a6 /macosx | |
parent | f5fa2726ea8bf7971595d20e6e423641710e5d13 (diff) | |
parent | 68be5b2b62dfcf1b9b7e348a71c4d88e08f19ef9 (diff) | |
download | tcl-061893f84e1d06c45531c7a4d7a7384e144dc69b.zip tcl-061893f84e1d06c45531c7a4d7a7384e144dc69b.tar.gz tcl-061893f84e1d06c45531c7a4d7a7384e144dc69b.tar.bz2 |
merge core-8-6-branch
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tclMacOSXFCmd.c | 2 |
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; } |