]> granicus.if.org Git - graphviz/commit
colorxlate: remove a strcmp micro-optimization
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 29 Aug 2021 21:43:04 +0000 (14:43 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Sep 2021 02:26:34 +0000 (19:26 -0700)
commit6f35c1b188d6d02d49a415c167f9721f9bbd5aa0
tree604702cc5cd630b32abcaa2961c9f9fea7e3c427
parent10cb00f75a35450bc0360e379d4a87633f67551b
colorxlate: remove a strcmp micro-optimization

This is unnecessary when using modern compilers.
lib/common/colxlate.c