diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-03-31 11:09:05 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-03-31 11:09:05 (GMT) |
commit | a30f4dce67cdc3e8e8da693579f8abd90ea22f43 (patch) | |
tree | d0c8ab0dc82fd7207a65ea321298c0eda7ef5813 /macosx | |
parent | 5a1359a5e8aa149cea117f4f34239cd3a23872f4 (diff) | |
download | tcl-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.c | 2 |
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 |