]> granicus.if.org Git - graphviz/commitdiff
mark pps parameter to limitBoxes as const
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 01:01:18 +0000 (18:01 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 4 Jun 2021 05:07:52 +0000 (22:07 -0700)
To more obviously indicate this parameter is not modified.

lib/common/routespl.c

index fe81e12a570900d4b6a1e592b1e9a1af702235c9..6c6f6846b9ccff3f32eb29a72ee4f72ad98ca30f 100644 (file)
@@ -315,7 +315,7 @@ void routesplinesterm()
 }
 
 static void
-limitBoxes (boxf* boxes, int boxn, pointf *pps, int pn, int delta)
+limitBoxes (boxf* boxes, int boxn, const pointf *pps, int pn, int delta)
 {
     int bi, si, splinepi;
     double t;