]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1711: Missing type cast in clipboard.c v9.1.1711
authorFoxe Chen <chen.foxe@gmail.com>
Fri, 29 Aug 2025 16:20:23 +0000 (18:20 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 29 Aug 2025 16:20:23 +0000 (18:20 +0200)
commit8843cb2b3b21780b00077cc9aefea0d42859186f
tree62cc94c95b840c637eacbf091f14e9ce621ce2a8
parent5d8098b117fd22130458dfa9ab8b7af0a541fd33
patch 9.1.1711: Missing type cast in clipboard.c

Problem:  Missing type cast in clipboard.c
          (Yegappan Lakshmanan, after v9.1.1704)
Solution: Add back the type cast (Foxe Chen)

closes: #18148

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/clipboard.c
src/version.c