commit | 91acfffc1e6c0d8c2abfb186a0e79a5bf19c3f3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 12 19:22:36 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 12 19:22:36 2017 +0100 |
tree | 1923145c992a09b3adc06e40f02284ff0ef21bbd | |
parent | 47ffb905f363571072faefbd417938e7ff351a9f [diff] [blame] |
patch 8.0.0451: some macros are in lower case Problem: Some macros are in lower case. Solution: Make a few more macros upper case. Avoid lower case macros use an argument twice.
diff --git a/src/message.c b/src/message.c index a4d2cc8..06f8cb9 100644 --- a/src/message.c +++ b/src/message.c
@@ -3746,7 +3746,7 @@ } /* advance to the next character */ - mb_ptr_adv(r); + MB_PTR_ADV(r); } if (copy)