Rocco Rutte:
[apps/madmutt.git] / pgpkey.c
index b6e0795..8186d2a 100644 (file)
--- 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);
   }