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 | fbfe81cc7b0721d9b81b1be9e8a3cd3fc782fa59 (patch) | |
| tree | 9a33e4cd8437df9dde9b7b7d4a5c2fb9d5d333a6 /macosx/tclMacOSXFCmd.c | |
| parent | 1b667ef1144952e261fc1109fa088e9764434a82 (diff) | |
| parent | 73a3dfdeeabb1a43c73101b4b6a9826f83866b32 (diff) | |
| download | tcl-fbfe81cc7b0721d9b81b1be9e8a3cd3fc782fa59.zip tcl-fbfe81cc7b0721d9b81b1be9e8a3cd3fc782fa59.tar.gz tcl-fbfe81cc7b0721d9b81b1be9e8a3cd3fc782fa59.tar.bz2 | |
merge core-8-6-branch
Diffstat (limited to 'macosx/tclMacOSXFCmd.c')
| -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; } |
