commit | 3577c6fafb77da5419cd1001dac56f204d480bdc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 21:16:56 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 21:16:56 2008 +0000 |
tree | 46a08e8d03068c31624359c2601b3645c2881d8c | |
parent | a7241f5f19fd0865ce697939c347a8c88fb507d5 [diff] [blame] |
updated for version 7.2a
diff --git a/src/gui_athena.c b/src/gui_athena.c index df1367f..c86703e 100644 --- a/src/gui_athena.c +++ b/src/gui_athena.c
@@ -2245,7 +2245,7 @@ for (next = p; *next; ++next) { if (*next == DLG_HOTKEY_CHAR) - mch_memmove(next, next + 1, STRLEN(next)); + STRMOVE(next, next + 1); if (*next == DLG_BUTTON_SEP) { *next++ = NUL;