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

Merge pull request #1070 from ailin-nemui/overflow

fix small overflow
This commit is contained in:
ailin-nemui 2019-07-18 10:32:30 +02:00 committed by GitHub
commit fa7539b616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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