X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..ec18722d02bd307bd09f30715dc8ba4e1b8a6716:/uip/mark.c diff --git a/uip/mark.c b/uip/mark.c index c882a17b..bdfeeccb 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -9,6 +9,7 @@ #include #include +#include "../sbr/m_maildir.h" #define MARK_SWITCHES \ X("add", 0, ADDSW) \ @@ -244,7 +245,7 @@ print_debug (struct msgs *mp) /* * Print debugging info about all the SELECTED * messages and the sequences they are in. - * Due limitattions of snprintb(), only a limited + * Due to limitations of snprintb(), only a limited * number of sequences will be printed. See the * comments in sbr/seq_bits.c. */ @@ -259,7 +260,7 @@ seq_printdebug (struct msgs *mp) if (is_selected (mp, msgnum)) printf ("%*d: %s\n", DMAXFOLDER, msgnum, snprintb (buf, sizeof buf, - (unsigned) *bvector_bits (msgstat (mp, msgnum)), + (unsigned) bvector_first_bits (msgstat (mp, msgnum)), seq_bits (mp))); } }