diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-09-16 01:15:10 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-09-16 01:15:10 +0000 |
commit | 5415ac855ca986210d575ca2ae9ee58905e947fe (patch) | |
tree | 08813d10abfcfeb336b0ba4036df794cc03bf5d8 /Build | |
parent | 97228683a0d7ee81a61584ff106a5601601c6d1c (diff) |
chktex: typo
git-svn-id: svn://tug.org/texlive/trunk@42083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs | 7 | ||||
-rw-r--r-- | Build/source/texk/chktex/chktex-src/FindErrs.c | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs b/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs index 7dd1dbc65ab..11010fddf56 100644 --- a/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs +++ b/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs @@ -1,13 +1,14 @@ -diff -ur chktex.orig/FindErrs.c chktex/FindErrs.c +diff -u chktex.orig/FindErrs.c chktex/FindErrs.c --- chktex.orig/FindErrs.c Sat Sep 10 06:22:18 2016 -+++ chktex/FindErrs.c Fri Sep 16 09:07:42 2016 ++++ chktex/FindErrs.c Fri Sep 16 10:09:42 2016 @@ -1872,7 +1872,9 @@ } else { -+/* I remove this line temporally, because chktex.test fails --ak (2016/09/16) ++/* I remove this line temporarily, because chktex.test fails. --ak (2016/09/16) FoundErr = EXIT_FAILURE; +*/ Context = LaTeXMsgs[Error].Context; if (!HeadErrOut) +Common subdirectories: chktex.orig/m4 and chktex/m4 diff --git a/Build/source/texk/chktex/chktex-src/FindErrs.c b/Build/source/texk/chktex/chktex-src/FindErrs.c index b4c4553fa34..57015b9505d 100644 --- a/Build/source/texk/chktex/chktex-src/FindErrs.c +++ b/Build/source/texk/chktex/chktex-src/FindErrs.c @@ -1872,7 +1872,7 @@ PrintError(const char *File, const char *String, } else { -/* I remove this line temporally, because chktex.test fails --ak (2016/09/16) +/* I remove this line temporarily, because chktex.test fails. --ak (2016/09/16) FoundErr = EXIT_FAILURE; */ Context = LaTeXMsgs[Error].Context; |