From d5b3b6d6924aa68941337aabc331cdb4f7f2365f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 24 Apr 2014 19:50:03 -0300 Subject: Add corresponding .h file. --- IncSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IncSet.h') 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; -- cgit v1.2.3