Fix signedness warning

This commit is contained in:
Pasi Kallinen
2024-03-25 18:39:21 +02:00
parent 652b94ab41
commit 058fc0cecf
+1 -1
View File
@@ -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;