commit | 7e5503c17a3f142e6b28f344d899c9ab9e75a844 | [log] [tgz] |
---|---|---|
author | DungSaga <dungsaga@users.noreply.github.com> | Wed Dec 01 11:24:52 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 11:24:52 2021 +0000 |
tree | 103121972615257ad15e63f21cebb8cb47d43c35 | |
parent | 0b226f60be5c30c32fb01fc0b6dc11286e7e2313 [diff] [blame] |
patch 8.2.3714: some unused assignments and ugly code in xxd Problem: Some unused assignments and ugly code in xxd. Solution: Leave out assignments. Use marcro for fprintf(). (closes #9246)
diff --git a/src/version.c b/src/version.c index 30be8ae..080c687 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3714, +/**/ 3713, /**/ 3712,