From 5c0af8783c940374355b648f2a47176f6c48af25 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 17 May 2022 17:02:17 +0000 Subject: Doc fix --- doc/StringObj.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 156618b..c9bdd4a 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -40,7 +40,7 @@ Tcl_UniChar * int \fBTcl_GetUniChar\fR(\fIobjPtr, index\fR) .sp -int +size_t \fBTcl_GetCharLength\fR(\fIobjPtr\fR) .sp Tcl_Obj * -- cgit v0.12 From 2e04ff831d043373741c9252f3ff791bbc2bbda9 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 18 May 2022 09:06:12 +0000 Subject: doc fix --- doc/SplitPath.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/SplitPath.3 b/doc/SplitPath.3 index c011194..5dae109 100644 --- a/doc/SplitPath.3 +++ b/doc/SplitPath.3 @@ -72,7 +72,7 @@ Then you should eventually free the storage with a call like the following: .PP .CS -Tcl_Free((char *) argv); +Tcl_Free(argv); .CE .PP \fBTcl_JoinPath\fR is the inverse of \fBTcl_SplitPath\fR: it takes a -- cgit v0.12