commit | 0fa313a71870ccc2ba63da25a7abea850f5b3d02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 21:07:57 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 21:07:57 2005 +0000 |
tree | fc949b566e1d78f6eea570aab55c52b7d6a6b052 | |
parent | c388fbf9d99a8950c8c9a01466cfb8baa104ee8c [diff] [blame] |
updated for version 7.0127
diff --git a/src/os_mswin.c b/src/os_mswin.c index 6d04326..998d27b 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c
@@ -919,7 +919,7 @@ while (todo > 0) { /* Only convert if we have a complete sequence. */ - l = utf_ptr2len_check_len(p, todo); + l = utf_ptr2len_len(p, todo); if (l > todo) { /* Return length of incomplete sequence. */