Rocco Rutte:
[apps/madmutt.git] / mutt_ssl_nss.c
index 0c3746a..9b1bf50 100644 (file)
@@ -90,7 +90,7 @@ static void mutt_nss_pretty_time (int64 usecs)
   t.tm_yday = ex.tm_yday;
 
   strfcpy (timebuf, asctime (&t), sizeof (timebuf));
-  timebuf[strlen (timebuf) - 1] = 0;
+  timebuf[mutt_strlen (timebuf) - 1] = 0;
 
   addstr (timebuf);
 }