X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=state.c;h=c4e299734e9fd458c21df457a42ac2d5335af229;hp=3c87f3c11df5248c524d1f58439e450ab52f5800;hb=ccf2b75a9ed50a79c4d8e5d6235c7313fcd3719a;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/state.c b/state.c index 3c87f3c..c4e2997 100644 --- a/state.c +++ b/state.c @@ -13,12 +13,12 @@ #include #include +#include + #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); }