]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1853: CI error on different signedness in regexp.c v9.0.1853
authorChristian Brabandt <cb@256bit.org>
Sat, 2 Sep 2023 20:08:43 +0000 (22:08 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 2 Sep 2023 20:08:43 +0000 (22:08 +0200)
commit15cbaae31382f17c96a4519e334dd7ba4a90ecba
tree15e17133e6c13df5be51931e7a4878600b1cb90b
parentd69aecf141ff05a645d02f39f1cbf6381ed7d0c0
patch 9.0.1853: CI error on different signedness in regexp.c

Problem:  CI error on different signedness in regexp.c
          (after patch 9.0.1848)
Solution: Cast strlen() call to int

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/regexp.c
src/version.c