X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=from.c;h=e89f40944cd499bbe9728a8360b06867d1160d9e;hp=e3d2ad36c8b737b40c77f09b0a1ea0bca24c1fb1;hb=e83ad1be25aefea3ed21ec08edbaf2d5a72c4a9d;hpb=814a01519c9605d479201b99eb16c97b0ad8635d diff --git a/from.c b/from.c index e3d2ad3..e89f409 100644 --- a/from.c +++ b/from.c @@ -43,7 +43,7 @@ static int is_day_name (const char *s) { int i; - if ((safe_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 (safe_strncasecmp (s, Weekdays[i], 3) == 0)