mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
fix small overflow
This commit is contained in:
parent
afde106cdc
commit
99b2c0b04a
@ -10,7 +10,7 @@ typedef struct {
|
||||
int lines;
|
||||
|
||||
int refcount;
|
||||
int redo:1;
|
||||
unsigned int redo:1;
|
||||
} HISTORY_REC;
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user