From 95a6194564293cc8b4af4de261ed492b2bf0816b Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 14 Jan 2023 20:22:10 -0800 Subject: [PATCH] tclpkg buildBindings: mark 's2' parameter as const --- tclpkg/tclpathplan/tclpathplan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclpkg/tclpathplan/tclpathplan.c b/tclpkg/tclpathplan/tclpathplan.c index 993026172..212991f50 100644 --- a/tclpkg/tclpathplan/tclpathplan.c +++ b/tclpkg/tclpathplan/tclpathplan.c @@ -202,7 +202,7 @@ static void triangle_callback(void *vgparg, point pqr[]) } } -static char *buildBindings(char *s1, char *s2) +static char *buildBindings(char *s1, const char *s2) /* * previous binding in s1 binding to be added in s2 result in s3 * -- 2.40.0