]> granicus.if.org Git - graphviz/commit
gvwrite_no_z: avoid assumptions on input data type
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 11 Nov 2021 01:27:16 +0000 (17:27 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 17 Nov 2021 01:01:04 +0000 (17:01 -0800)
commit3f24307a0a924998e619594a409f3838bdc1f876
tree14d50aad72b0cf3fe7dd3e8309407fb05b8853f7
parent30fff1d56ea882dfe042760f733eb760607708ac
gvwrite_no_z: avoid assumptions on input data type

This is consistent with how `s` is used agnostic to its type within this
function. This helps us remove some casts and do some upcoming simplification.
lib/gvc/gvdevice.c