From: ceriel Date: Fri, 17 Nov 1989 15:19:55 +0000 (+0000) Subject: fix to previous change X-Git-Tag: release-5-5~2063 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=99cae8d6dfb4d3a3dc203f66382627ea15f028ff;p=ack.git fix to previous change --- diff --git a/util/cpp/domacro.c b/util/cpp/domacro.c index 3aaf9ff2a..d01140164 100644 --- a/util/cpp/domacro.c +++ b/util/cpp/domacro.c @@ -448,7 +448,7 @@ do_line(l) PushBack(); skipline(); - LineNumber = l - 1; /* the number of the next input line */ + LineNumber = l; /* the number of the next input line */ if (t == STRING) /* is there a filespecifier? */ FileName = tk.tk_str; }