diff --git a/src/fe-common/core/command-history.h b/src/fe-common/core/command-history.h index 04922d2d..f4042640 100644 --- a/src/fe-common/core/command-history.h +++ b/src/fe-common/core/command-history.h @@ -10,7 +10,7 @@ typedef struct { int lines; int refcount; - int redo:1; + unsigned int redo:1; } HISTORY_REC; typedef struct {