exit str_cmp enters m_strcmp
[apps/madmutt.git] / state.c
diff --git a/state.c b/state.c
index 3c87f3c..656f816 100644 (file)
--- a/state.c
+++ b/state.c
@@ -136,7 +136,7 @@ int state_printf (STATE * s, const char *fmt, ...)
 
 void state_mark_attach (STATE * s)
 {
-  if ((s->flags & M_DISPLAY) && !str_cmp (Pager, "builtin"))
+  if ((s->flags & M_DISPLAY) && !m_strcmp(Pager, "builtin"))
     state_puts (AttachmentMarker, s);
 }