author | Max Kellermann <max@duempel.org> | |
Fri, 2 Oct 2009 17:22:15 +0000 (19:22 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 2 Oct 2009 17:22:15 +0000 (19:22 +0200) | ||
commit | 88d9c23684738a19ceaca6ac885da2e8d54e5de3 | |
tree | 11b27cc7392f3231016af68087c3d17345fe0873 | tree | snapshot |
parent | a75a9be50673e28f6a1829db509e7d20088d5495 | commit | diff |
screen_search: use strchr() instead of strrstr()
strrstr() is more expensive, and we're just interested in whether
there is a colon, not where.
strrstr() is more expensive, and we're just interested in whether
there is a colon, not where.
src/screen_search.c | diff | blob | history |