source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: fix incomplete variable renaming in previous; found by Thomas
@ 2018-08-15 15:37 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2018-08-15 15:37 UTC (permalink / raw)
  To: source

Log Message:
-----------
fix incomplete variable renaming in previous;
found by Thomas Klausner <wiz at NetBSD> via a compiler warning

Modified Files:
--------------
    mandoc:
        man_macro.c

Revision Data
-------------
Index: man_macro.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/man_macro.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -Lman_macro.c -Lman_macro.c -u -p -r1.124 -r1.125
--- man_macro.c
+++ man_macro.c
@@ -256,7 +256,7 @@ blk_close(MACRO_PROT_ARGS)
 
 	if (ctok == MAN_LP || ctok == MAN_PP || ctok == MAN_P) {
 		*pos = strlen(buf);
-		blk_imp(man, ctok, line, ppos, pos, buf);
+		blk_imp(man, ctok, cline, cpos, pos, buf);
 	}
 }
 
--
 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-08-15 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-15 15:37 mandoc: fix incomplete variable renaming in previous; found by Thomas 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).