summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-03-31 11:09:05 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-03-31 11:09:05 (GMT)
commita30f4dce67cdc3e8e8da693579f8abd90ea22f43 (patch)
treed0c8ab0dc82fd7207a65ea321298c0eda7ef5813 /macosx
parent5a1359a5e8aa149cea117f4f34239cd3a23872f4 (diff)
downloadtcl-a30f4dce67cdc3e8e8da693579f8abd90ea22f43.zip
tcl-a30f4dce67cdc3e8e8da693579f8abd90ea22f43.tar.gz
tcl-a30f4dce67cdc3e8e8da693579f8abd90ea22f43.tar.bz2
Fix macos Tcl_MacOSXOpenVersionedBundleResources to use Tcl_Size
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tclMacOSXBundle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tclMacOSXBundle.c b/macosx/tclMacOSXBundle.c
index 57ed0b9..5388238 100644
--- a/macosx/tclMacOSXBundle.c
+++ b/macosx/tclMacOSXBundle.c
@@ -170,7 +170,7 @@ Tcl_MacOSXOpenVersionedBundleResources(
const char *bundleName,
const char *bundleVersion,
int hasResourceFile,
- size_t maxPathLen,
+ Tcl_Size maxPathLen,
char *libraryPath)
{
#ifdef HAVE_COREFOUNDATION