wofi/modes
Paul Annesley 18be45f69e modes/run: don't segfault on invalid cache lines
Cache lines without a forward-slash resulted in a segfault attempting strlen(NULL + 1), the NULL coming from strrchr().

This patch handles the NULL and displays that cache line varbatim, and without modifying its search_text.
2019-11-08 23:51:05 +11:00
..
dmenu.c Added support for combi style functionality 2019-11-04 20:56:40 -08:00
drun.c Removed utils_split(), strtok_r() is now used instead 2019-11-04 22:41:53 -08:00
run.c modes/run: don't segfault on invalid cache lines 2019-11-08 23:51:05 +11:00