summaryrefslogtreecommitdiffstats
path: root/IncSet.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-04-24 19:50:03 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-04-24 19:50:03 -0300
commitd5b3b6d6924aa68941337aabc331cdb4f7f2365f (patch)
treee92085b7b84c36e7d2eccd75aec1e9857f3b7a49 /IncSet.h
parent616ee966d7eea1cdf24889c7a4e9a9fab3136202 (diff)
Add corresponding .h file.
Diffstat (limited to 'IncSet.h')
-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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy