1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

fix small overflow

This commit is contained in:
Ailin Nemui 2019-07-18 10:29:30 +02:00
parent afde106cdc
commit 99b2c0b04a

View File

@ -10,7 +10,7 @@ typedef struct {
int lines;
int refcount;
int redo:1;
unsigned int redo:1;
} HISTORY_REC;
typedef struct {