commit | 085346f5a1ab5828b1fd80990d93172440c54724 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 18:30:55 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 18:30:55 2018 +0100 |
tree | 78649a1b713d4592b88577301402abfec2f84a5e | |
parent | 791010e648a68490440e202222938c8a93b9d0d3 [diff] [blame] |
patch 8.0.1537: xxd does not skip NUL lines when using ebcdic Problem: Xxd does not skip NUL lines when using ebcdic. Solution: Check for a NUL before converting a character for ebcdic. (Tim Sell, closes #2668)
diff --git a/src/version.c b/src/version.c index b2a2e8f..ede62c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1537, +/**/ 1536, /**/ 1535,