]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1849: CI error on different signedness in ex_cmds.c v9.0.1849
authorChristian Brabandt <cb@256bit.org>
Sat, 2 Sep 2023 19:48:46 +0000 (21:48 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 2 Sep 2023 19:50:10 +0000 (21:50 +0200)
commitc8a034210f043639f27b6f346c5a9933f17e7159
tree4feaec17b6c49f4c4a1f8b9b8f64aa5a3c92c7f7
parentced2c7394aafdc90fb7845e09b3a3fee23d48cb1
patch 9.0.1849: CI error on different signedness in ex_cmds.c

Problem:  CI error on different signedness
Solution: cast unsigned to int

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