summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-04 14:15:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-04 14:15:14 (GMT)
commit7a6fd9ec654b050268e916845a1481725df1a22a (patch)
tree83fd0fd111fd2b36ba1839c2c55a1b587d8f69e4 /macosx
parent6b77853e6dcdec7566901f635b7298c8fa5dd349 (diff)
parent586e53a4ac38b4a017a8be29a3832632ef62705a (diff)
downloadtcl-7a6fd9ec654b050268e916845a1481725df1a22a.zip
tcl-7a6fd9ec654b050268e916845a1481725df1a22a.tar.gz
tcl-7a6fd9ec654b050268e916845a1481725df1a22a.tar.bz2
merge trunk
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tclMacOSXFCmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c
index f266443..bb77453 100644
--- a/macosx/tclMacOSXFCmd.c
+++ b/macosx/tclMacOSXFCmd.c
@@ -578,7 +578,7 @@ GetOSTypeFromObj(
int result = TCL_OK;
if (objPtr->typePtr != &tclOSTypeType) {
- result = tclOSTypeType.setFromAnyProc(interp, objPtr);
+ result = SetOSTypeFromAny(interp, objPtr);
}
*osTypePtr = (OSType) objPtr->internalRep.longValue;
return result;