commit | d1d8a595bd03bf9ff6ba1440101daa98b19249fd | [log] [tgz] |
---|---|---|
author | DungSaga <dungsaga@users.noreply.github.com> | Fri Nov 26 13:59:27 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 26 13:59:27 2021 +0000 |
tree | 22a907e50ff9ab36483646a579359b2e6f3c3832 | |
parent | 7329cfab36356c48edab7ed68f6244eb9e20a5b1 [diff] [blame] |
patch 8.2.3680: repeated code in xxd Problem: Repeated code in xxd. Solution: Change exit_on_ferror() to getc_or_die(). (closes #9226)
diff --git a/src/version.c b/src/version.c index ca0f16f..31c2520 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3680, +/**/ 3679, /**/ 3678,