X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..7befcb40691a59009682d24a2fe20489695da17a:/uip/mark.c diff --git a/uip/mark.c b/uip/mark.c index c882a17b..7c137a10 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -244,7 +244,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 +259,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))); } }