]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1537: xxd does not skip NUL lines when using ebcdic v8.0.1537
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Feb 2018 17:30:55 +0000 (18:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Feb 2018 17:30:55 +0000 (18:30 +0100)
commit085346f5a1ab5828b1fd80990d93172440c54724
tree78649a1b713d4592b88577301402abfec2f84a5e
parent791010e648a68490440e202222938c8a93b9d0d3
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)
src/version.c
src/xxd/xxd.c