]> granicus.if.org Git - graphviz/commit
cgraph: use a C99 bool for 'maybe_num'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 21 Apr 2022 15:00:01 +0000 (08:00 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 28 Apr 2022 00:09:19 +0000 (17:09 -0700)
commit3768b69ac764ce52bf996d5964754498960ddaf3
treeaea51395ea2d5895f364d8cc2b5564dd50ea8ee6
parentb8b72dfeb0b1149d7c87fff5be12d69b6f3cfb2e
cgraph: use a C99 bool for 'maybe_num'

This makes it slightly clearer what the intent and usage of this variable is.
lib/cgraph/write.c