X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pgpkey.c;h=8186d2ade557f5513419b0fc88823db0a4e61bf4;hb=203e950e3d3c76795fa49895d040f732adad2049;hp=b6e0795077b07ee21a8b3bf4c3e0c8121671c72f;hpb=c3e57678c8be193fc137854020f3a90887be97c9;p=apps%2Fmadmutt.git 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); }