diff options
author | dgp <dgp@users.sourceforge.net> | 2017-06-16 20:28:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-06-16 20:28:53 (GMT) |
commit | cca5a0c27a301473dd9e717180bb6db0cabd8f78 (patch) | |
tree | d761f4a3fb5546b8115125f8dc40389056c00bbf /macosx | |
parent | 9a51ddaa6e245b55bd471afb1797e1a11eecb960 (diff) | |
parent | 73f548527aa3d3852c86c86fba701c277e43e40f (diff) | |
download | tcl-cca5a0c27a301473dd9e717180bb6db0cabd8f78.zip tcl-cca5a0c27a301473dd9e717180bb6db0cabd8f78.tar.gz tcl-cca5a0c27a301473dd9e717180bb6db0cabd8f78.tar.bz2 |
merge trunk
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 f3a2117..f09a441 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; } |