mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
fix small overflow
This commit is contained in:
parent
afde106cdc
commit
99b2c0b04a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ typedef struct {
|
|||
int lines;
|
||||
|
||||
int refcount;
|
||||
int redo:1;
|
||||
unsigned int redo:1;
|
||||
} HISTORY_REC;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue