X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgpkey.c;h=8186d2ade557f5513419b0fc88823db0a4e61bf4;hp=b6e0795077b07ee21a8b3bf4c3e0c8121671c72f;hb=841934011451205d8295ac955486f06c317fdf15;hpb=01a3f4d932ddfc7f4a58f820d343f4a6f3b0f824 diff --git a/pgpkey.c b/pgpkey.c index b6e0795..8186d2a 100644 --- a/pgpkey.c +++ b/pgpkey.c @@ -758,7 +758,7 @@ static LIST *pgp_add_string_to_hints (LIST * hints, const char *str) for (t = strtok (scratch, " ,.:\"()<>\n"); t; t = strtok (NULL, " ,.:\"()<>\n")) { - if (strlen (t) > 3) + if (mutt_strlen (t) > 3) hints = mutt_add_list (hints, t); }