degesch: fix a typical signed char problem

This commit is contained in:
Přemysl Eric Janouch 2015-05-10 23:11:43 +02:00
parent 502bb26f29
commit 1a24ab7085
1 changed files with 1 additions and 1 deletions

View File

@ -1891,7 +1891,7 @@ formatter_parse_mirc (struct formatter *self, const char *s)
FORMATTER_ADD_RESET (self);
char c;
unsigned char c;
while ((c = *s++))
{
if (buf.len && c < 0x20)