lib-network -> lib-sys.
[apps/madmutt.git] / state.c
diff --git a/state.c b/state.c
index 3c87f3c..c4e2997 100644 (file)
--- a/state.c
+++ b/state.c
 #include <stdlib.h>
 #include <stdio.h>
 
+#include <lib-lib/debug.h>
+
 #include "mutt.h"
 #include "state.h"
 #include "rfc3676.h"
 
-#include "lib/debug.h"
-
 static void state_prefix_put (const char *d, size_t dlen, STATE * s)
 {
   if (s->prefix)
@@ -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);
 }