]> granicus.if.org Git - graphviz/commit
poly_gencode: remove claim that 'filled' is a boolean
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 27 Dec 2021 03:22:50 +0000 (19:22 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 5 Jan 2022 16:04:04 +0000 (08:04 -0800)
commitbd948fa3f29c139e1ef6a2cfc14727b34dd5b285
tree67f05ffa44e5fd5b5e407cb002d8a4cfbad85f66
parentce6c4c9209a1e2dc0ad0ed0a5968270e9dcf5e0c
poly_gencode: remove claim that 'filled' is a boolean

This variable is not treated as a boolean within this function. Declaring it as
a boolean appears to have been a mistake and only worked out coincidentally as
all set values fit within the `boolean` type.
lib/common/shapes.c