commit | 19dfa276c37dcf657922c6f9b48cf2954191e8b6 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Jun 15 10:56:41 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 15 10:56:41 2023 +0100 |
tree | efa66453203e8ef4c31302fa59f18cad14714b62 | |
parent | 166cd7b801ebe4aa042a9bbd6007d1951800aaa9 [diff] [blame] |
patch 9.0.1633: duplicate code for converting float to string Problem: Duplicate code for converting float to string. Solution: Use tv_get_string(). (closes #12521)
diff --git a/src/version.c b/src/version.c index ded2d6b..7a1c730 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1633, +/**/ 1632, /**/ 1631,