use m_strdup and m_strlen that are inlined for efficiency
[apps/madmutt.git] / pgpmicalg.c
index 0a45cc6..b5985b3 100644 (file)
@@ -106,7 +106,7 @@ static void pgp_dearmor (FILE * in, FILE * out)
     return;
   }
 
-  if ((end = ftello (in) - str_len (line)) < start) {
+  if ((end = ftello (in) - m_strlen(line)) < start) {
     debug_print (1, ("end < start???\n"));
     return;
   }