]> granicus.if.org Git - graphviz/commit
colorxlate: remove strcmp micro-optimization
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 29 Aug 2021 23:17:17 +0000 (16:17 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Sep 2021 02:26:35 +0000 (19:26 -0700)
commit8a19b9d7694366c5fdb8242977d8d28db474d6b9
treebb398e61463a76b831459f316606d402b87e9380
parent28598f1f0b92a15c9b572ed9212804d58713c6a1
colorxlate: remove strcmp micro-optimization

This is unnecessary when using a modern compiler.
cmd/tools/colxlate.c