diff options
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2522,7 +2522,7 @@ formatter_parse_nick (struct formatter *self, char *s) // Never use the black colour, could become transparent on black terminals; // white is similarly excluded from the range if (color == COLOR_BLACK) - color = -1; + color = (uint16_t) -1; // Use a color from the 256-color cube if available color |= self->ctx->nick_palette[siphash_wrapper (nick, |