forked from PsychoticNinja/irssi
fix small overflow
This commit is contained in:
parent
afde106cdc
commit
99b2c0b04a
@ -10,7 +10,7 @@ typedef struct {
|
|||||||
int lines;
|
int lines;
|
||||||
|
|
||||||
int refcount;
|
int refcount;
|
||||||
int redo:1;
|
unsigned int redo:1;
|
||||||
} HISTORY_REC;
|
} HISTORY_REC;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user