]> granicus.if.org Git - graphviz/commit
remove some unnecessary casts of arguments to realloc()
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Oct 2020 00:04:38 +0000 (17:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 29 Oct 2020 00:13:11 +0000 (17:13 -0700)
commit6a8512ec03ae5311241156292ba5d6bee52be7fc
treeb68f193eaeec3cf9ddd8fb7bae9bc38357e13276
parenteceb49482f25cebe098f6db8465b3dc117622dd6
remove some unnecessary casts of arguments to realloc()

These parameters implicitly coerce to void* with no casting required.
lib/pathplan/route.c
lib/pathplan/shortest.c
lib/sfio/sfexcept.c