Code

conf: optimized parse_color() with strchr()
authorMax Kellermann <max@duempel.org>
Thu, 25 Dec 2008 13:09:31 +0000 (14:09 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 25 Dec 2008 13:09:31 +0000 (14:09 +0100)
commitd7a166e749de8f9649321ffe227a71156f9bc656
treec39c5ee7ccfce5d67c7fc014d1d2e8a8621c1041
parente131d3f01174e54402c8872d83d9edbc246b38d1
conf: optimized parse_color() with strchr()

The same for parse_color_definition().  Use strtol() directly there.
src/conf.c