summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-06 19:23:40 +0000
committerKarl Berry <karl@freefriends.org>2016-04-06 19:23:40 +0000
commit46da80b27fd732c1779983ac6809c2c6184a6ad4 (patch)
tree2f5fc4dca09084448fb66ac51cbbdc72b98323d5
parent8e248eaa9ea2df7c23431dae2bdbcaf14d128fd0 (diff)
one more lineno++
git-svn-id: svn://tug.org/texlive/trunk@40265 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/cnf.c1
1 files changed, 1 insertions, 0 deletions
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 \\",