diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-14 21:42:54 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-14 21:42:54 (GMT) |
| commit | b52ee10fc782b1628003c6068b593ae2cb69d0e7 (patch) | |
| tree | 92dc1efb62dfc95de6c3459cbde497eeaec0eab1 /unix/tclAppInit.c | |
| parent | 810eabe0ef54571b618cd19dc46dafcd04248380 (diff) | |
| parent | f82e6059dce38a482b9db9366d2edf71cb5ea917 (diff) | |
| download | tcl-b52ee10fc782b1628003c6068b593ae2cb69d0e7.zip tcl-b52ee10fc782b1628003c6068b593ae2cb69d0e7.tar.gz tcl-b52ee10fc782b1628003c6068b593ae2cb69d0e7.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclAppInit.c')
| -rw-r--r-- | unix/tclAppInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c index e3d95bc..cbb937f 100644 --- a/unix/tclAppInit.c +++ b/unix/tclAppInit.c @@ -91,7 +91,7 @@ main( TclZipfs_AppHook(&argc, &argv); #endif - Tcl_Main((size_t)argc, argv, TCL_LOCAL_APPINIT); + Tcl_Main(argc, argv, TCL_LOCAL_APPINIT); return 0; /* Needed only to prevent compiler warning. */ } |
