summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--IncSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/IncSet.h b/IncSet.h
index fe425330..c528f18c 100644
--- a/IncSet.h
+++ b/IncSet.h
@@ -24,7 +24,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;