revert using strcasestr and use a more optimized portable version
authorHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 8 Feb 2022 18:32:25 +0000 (19:32 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 8 Feb 2022 18:38:23 +0000 (19:38 +0100)
commit3e39c526d28582b0b5606d3e3bb36ee3d271e616
tree7052e43bfcaa5835232c922f9da9232832e5da67
parenta9a3836861bd23387b5a51d6f6ac23377e98e26f
revert using strcasestr and use a more optimized portable version

... compared to the old cistrstr().

Thanks for the feedback!
config.mk
dmenu.c