]> granicus.if.org Git - graphviz/commit
fix incorrect macro reference in PIC plugin
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 15 Mar 2021 00:42:00 +0000 (17:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Mar 2021 03:52:35 +0000 (20:52 -0700)
commite7d4dfacb0fb55b9e959dff879657551ebede1eb
tree53fcdbb90ceccf958e70bf32c25bc18d5b2a993c
parent1aef9ef22ce7b0d29945c44627fe2075bb2563d5
fix incorrect macro reference in PIC plugin

This looks once again copied from the core PIC implementation
(lib/common/picgen.c) without accounting for the fact the core implementation’s
attrs macros are generated dynamically. The plugin generates a single macro,
attrs0, which it was incorrectly calling as attrs1. Related to #131.
plugin/core/gvrender_core_pic.c