source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in
@ 2018-12-31  9:03 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2018-12-31  9:03 UTC (permalink / raw)
  To: source

Log Message:
-----------
oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17

Modified Files:
--------------
    mandoc:
        roff_validate.c

Revision Data
-------------
Index: roff_validate.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/roff_validate.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -Lroff_validate.c -Lroff_validate.c -u -p -r1.17 -r1.18
--- roff_validate.c
+++ roff_validate.c
@@ -120,7 +120,7 @@ roff_valid_ft(ROFF_VALID_ARGS)
 static void
 roff_valid_nf(ROFF_VALID_ARGS)
 {
-	if (man->flags & ROFF_NOFILL)
+	if (n->flags & NODE_NOFILL)
 		mandoc_msg(MANDOCERR_NF_SKIP, n->line, n->pos, "nf");
 }
 
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-31  9:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-31  9:03 mandoc: oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).