Fix signedness warning
This commit is contained in:
@@ -913,7 +913,7 @@ curses_print_glyph(
|
|||||||
int glyph;
|
int glyph;
|
||||||
int ch;
|
int ch;
|
||||||
int color;
|
int color;
|
||||||
uint32 nhcolor = 0;
|
int nhcolor = 0;
|
||||||
unsigned int special;
|
unsigned int special;
|
||||||
int attr = -1;
|
int attr = -1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user