]> granicus.if.org Git - graphviz/commit
use an unsigned value for ingraphs error count
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 18:00:32 +0000 (11:00 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 00:01:14 +0000 (17:01 -0700)
commit67a41c87d95ccedb6a0855518f398e1961e19750
treeccba6cff3832bf4df7f1e27715c2cf8c20b2a365
parent3ce512cbd7a71d05768e98f2b626699a447a4662
use an unsigned value for ingraphs error count

Obviously the number of errors that has occurred can never be negative. An
unsigned type more accurately indicates this. The only client of ingraphs that
actually checks the error count is nop, so this change has very little effect.
lib/ingraphs/ingraphs.h