]> granicus.if.org Git - graphviz/commit
gvc gvprintpointflist: rewrite for clarity
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 18 Aug 2022 00:42:35 +0000 (17:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 23 Aug 2022 04:38:16 +0000 (21:38 -0700)
commitbabbca7e1bb3eb58274a15f6d6e7c344b9016201
treeb0809a0627027e90ea9498ed0d899c96d9702731
parent532b53ac7457547f4d82552077b33435c957175f
gvc gvprintpointflist: rewrite for clarity

The unusual structure of the loop in this function made it appear as if it was
intending to cope with e.g. an `n` of 0 but still print the first element of
`p`. Surveying the callers of `gvprintpointflist`, we can see it is never used
this way. So we can write it simpler and more readably.
lib/gvc/gvdevice.c