commit | 28ae5a32fd071b9c5881c3c33f531191ed641e55 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Aug 19 14:09:16 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Aug 19 14:10:48 2023 +0200 |
tree | a4dd6713d38ea3c998dbe87321fa21338a9adfb8 | |
parent | fc3058495d3ff58c8f2b9dd4452d0840f2d1fa42 [diff] [blame] |
patch 9.0.1746: vim9class compile error for char/char_u conversion Problem: vim9class compile error for char/char_u conversion Solution: Correctly cast to (char *) Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 05e7e03..8f0db98 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1746, +/**/ 1745, /**/ 1744,