source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: fix column numbers of macro arguments in messages
@ 2015-02-04 19:00 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-02-04 19:00 UTC (permalink / raw)
  To: source

Log Message:
-----------
fix column numbers of macro arguments in messages

Modified Files:
--------------
    mdocml:
        mdoc_argv.c

Revision Data
-------------
Index: mdoc_argv.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/mdoc_argv.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -Lmdoc_argv.c -Lmdoc_argv.c -u -p -r1.99 -r1.100
--- mdoc_argv.c
+++ mdoc_argv.c
@@ -1,4 +1,4 @@
-/*	$OpenBSD$ */
+/*	$Id$ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2012, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -339,7 +339,7 @@ mdoc_argv(struct mdoc *mdoc, int line, e
 		/* Parse the arguments of the flag. */
 
 		tmpv.line  = line;
-		tmpv.pos   = ipos;
+		tmpv.pos   = *pos;
 		tmpv.sz    = 0;
 		tmpv.value = NULL;
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

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

only message in thread, other threads:[~2015-02-04 19:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-04 19:00 mdocml: fix column numbers of macro arguments in messages 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).