summaryrefslogtreecommitdiffstats
path: root/IncSet.c
diff options
context:
space:
mode:
Diffstat (limited to 'IncSet.c')
-rw-r--r--IncSet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/IncSet.c b/IncSet.c
index f38ba6dc..40aa9233 100644
--- a/IncSet.c
+++ b/IncSet.c
@@ -29,7 +29,7 @@ typedef enum {
#define IncSet_filter(inc_) (inc_->filtering ? inc_->modes[INC_FILTER].buffer : NULL)
typedef struct IncMode_ {
- char buffer[INCMODE_MAX];
+ char buffer[INCMODE_MAX+1];
int index;
FunctionBar* bar;
bool isFilter;