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 {