diff options
author | Jim Meyering <meyering@redhat.com> | 2012-02-12 14:37:00 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-02-12 14:37:00 +0100 |
commit | da2b32e7af52f41501ded604dd84c1078583a8d0 (patch) | |
tree | 9c112b815a2af1b50b693c90a43ab31ec8d7dc1b /gl/lib | |
parent | e57a547bc0933b429fad7d01edde8816fdc25d11 (diff) | |
download | coreutils-da2b32e7af52f41501ded604dd84c1078583a8d0.tar.xz |
build: correct @@-,length values in last hunk of regcomp.c.diff
* gl/lib/regcomp.c.diff: Correct invalid hunk lengths (s/1/7/g)
in the last hunk's @@-line.
Diffstat (limited to 'gl/lib')
-rw-r--r-- | gl/lib/regcomp.c.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/lib/regcomp.c.diff b/gl/lib/regcomp.c.diff index d79c7b22d..e96567361 100644 --- a/gl/lib/regcomp.c.diff +++ b/gl/lib/regcomp.c.diff @@ -56,7 +56,7 @@ index d5968bd..4926676 100644 #else /* not RE_ENABLE_I18N */ build_equiv_class (bitset_t sbcset, const unsigned char *name) #endif /* not RE_ENABLE_I18N */ -@@ -3869,1 +3874,1 @@ free_token (re_token_t *node) +@@ -3869,7 +3874,7 @@ free_token (re_token_t *node) and its children. */ static reg_errcode_t |