From 46da80b27fd732c1779983ac6809c2c6184a6ad4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 6 Apr 2016 19:23:40 +0000 Subject: one more lineno++ git-svn-id: svn://tug.org/texlive/trunk@40265 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/cnf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/source/texk/kpathsea/cnf.c b/Build/source/texk/kpathsea/cnf.c index e1546d10021..e216a18d172 100644 --- a/Build/source/texk/kpathsea/cnf.c +++ b/Build/source/texk/kpathsea/cnf.c @@ -208,6 +208,7 @@ read_all_cnf (kpathsea kpse) /* Concatenate consecutive lines that end with \. */ while (len > 0 && line[len - 1] == '\\') { string next_line = read_line (cnf_file); + lineno++; line[len - 1] = 0; if (!next_line) { WARNING2 ("%s:%d: (kpathsea) Last line of file ends with \\", -- cgit v1.2.3