view runtime/vim16x16.xpm @ 30059:e4f23b4244ff v9.0.0367

patch 9.0.0367: Coverity complains about dropping sign of character Commit: https://github.com/vim/vim/commit/0a6bb59f6b198b351555dc0919816c9f0f1e3ed9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 3 12:53:20 2022 +0100 patch 9.0.0367: Coverity complains about dropping sign of character Problem: Coverity complains about dropping sign of character. Solution: Add explicit type cast.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Sep 2022 14:00:03 +0200
parents 3fc0f57ecb91
children 8f04cf65ecff
line wrap: on
line source

/* XPM */
static char * vim16x16[] = {
"16 16 8 1",
" 	c None",
".	c #000000",
"+	c #000080",
"@	c #008000",
"#	c #00FF00",
"$	c #808080",
"%	c #C0C0C0",
"&	c #FFFFFF",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};