]> granicus.if.org Git - graphviz/commit
circogen prGraph: remove unnecessary casts
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 28 Dec 2022 22:17:43 +0000 (14:17 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 1 Jan 2023 00:32:15 +0000 (16:32 -0800)
commit311b1448245631659ac2f82c7a0761b1916d6376
treed3df4f083234786c1009205690b1716a8070d09f
parent8b1c059d23b1c62b4906b4f7b398ca2b40ce9ac6
circogen prGraph: remove unnecessary casts

These casts were also unsafe in that they were casting pointers into a type that
is smaller on, e.g. x86-64, and would truncate the pointer.
lib/circogen/circular.c