Rocco Rutte:
[apps/madmutt.git] / from.c
diff --git a/from.c b/from.c
index 0aa67f5..e63cac6 100644 (file)
--- a/from.c
+++ b/from.c
@@ -38,7 +38,7 @@ static int is_day_name (const char *s)
 {
   int i;
 
-  if ((strlen (s) < 3) || !*(s + 3) || !ISSPACE (*(s + 3)))
+  if ((mutt_strlen (s) < 3) || !*(s + 3) || !ISSPACE (*(s + 3)))
     return 0;
   for (i = 0; i < 7; i++)
     if (mutt_strncasecmp (s, Weekdays[i], 3) == 0)