Code

screen_search: use strchr() instead of strrstr()
authorMax Kellermann <max@duempel.org>
Fri, 2 Oct 2009 17:22:15 +0000 (19:22 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 2 Oct 2009 17:22:15 +0000 (19:22 +0200)
commit88d9c23684738a19ceaca6ac885da2e8d54e5de3
tree11b27cc7392f3231016af68087c3d17345fe0873
parenta75a9be50673e28f6a1829db509e7d20088d5495
screen_search: use strchr() instead of strrstr()

strrstr() is more expensive, and we're just interested in whether
there is a colon, not where.
src/screen_search.c