diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-06 19:23:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-06 19:23:40 +0000 |
commit | 46da80b27fd732c1779983ac6809c2c6184a6ad4 (patch) | |
tree | 2f5fc4dca09084448fb66ac51cbbdc72b98323d5 /Build/source/texk/kpathsea/cnf.c | |
parent | 8e248eaa9ea2df7c23431dae2bdbcaf14d128fd0 (diff) |
one more lineno++
git-svn-id: svn://tug.org/texlive/trunk@40265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/cnf.c')
-rw-r--r-- | Build/source/texk/kpathsea/cnf.c | 1 |
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 \\", |