diff options
Diffstat (limited to 'Build/source/texk/chktex/chktex-PATCHES/patch-03-late-decl')
-rw-r--r-- | Build/source/texk/chktex/chktex-PATCHES/patch-03-late-decl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/texk/chktex/chktex-PATCHES/patch-03-late-decl b/Build/source/texk/chktex/chktex-PATCHES/patch-03-late-decl deleted file mode 100644 index 911c753a1d2..00000000000 --- a/Build/source/texk/chktex/chktex-PATCHES/patch-03-late-decl +++ /dev/null @@ -1,13 +0,0 @@ -diff -ur chktex-1.7.4.orig/FindErrs.c chktex-1.7.4/FindErrs.c ---- chktex-1.7.4.orig/FindErrs.c 2015-04-11 20:37:49.000000000 +0200 -+++ chktex-1.7.4/FindErrs.c 2015-04-12 03:17:11.000000000 +0200 -@@ -1059,8 +1059,8 @@ - { - if ( *e == '-' && 0 == strncmp( BufPtr, e, strlen(e) ) ) - { -- TmpPtr = BufPtr; - char *f = e; -+ TmpPtr = BufPtr; - while ( f > exception && *(--f) == *(--TmpPtr) ) - { - /* Nothing */ |