X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=pgppubring.c;h=62075024b80fd98926c83c7e0bafc55cef42b55f;hb=f13f60f17a117aab113c206c7b75d90f2c25d490;hp=81d9c477d50e401fef0225f50e25a9295583be88;hpb=841934011451205d8295ac955486f06c317fdf15;p=apps%2Fmadmutt.git diff --git a/pgppubring.c b/pgppubring.c index 81d9c47..6207502 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -26,6 +26,9 @@ # include "config.h" #endif +#include "lib/mem.h" +#include "lib/str.h" + #include #include #include @@ -707,7 +710,7 @@ static int pgpring_string_matches_hint (const char *s, const char *hints[], return 1; for (i = 0; i < nhints; i++) { - if (mutt_stristr (s, hints[i]) != NULL) + if (str_isstr (s, hints[i]) != NULL) return 1; }