]> granicus.if.org Git - graphviz/commitdiff
tclpkg buildBindings: mark 's2' parameter as const
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 15 Jan 2023 04:22:10 +0000 (20:22 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 15 Jan 2023 21:12:50 +0000 (13:12 -0800)
tclpkg/tclpathplan/tclpathplan.c

index 993026172e29a9ac7f6135b47979668a0a32e65e..212991f50ac41ee6c6fc988701d77de5f05e6a7d 100644 (file)
@@ -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
  *