diff options
Diffstat (limited to 'apps/plugins/databox')
| -rw-r--r-- | apps/plugins/databox/edittoken.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/databox/edittoken.h b/apps/plugins/databox/edittoken.h index 77c948b..2fcb874 100644 --- a/apps/plugins/databox/edittoken.h +++ b/apps/plugins/databox/edittoken.h @@ -88,7 +88,7 @@ struct token { char kind; - char spelling[SPELLING_LENGTH + 1]; + char spelling[SPELLING_LENGTH + 3]; long intvalue; }; char *tokentypetostring(int tokentype); |