diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ parseinit(struct scope *s, struct type *t) if (!typecompatible(expr->type->base, base)) error(&tok.loc, "array initializer is string literal with incompatible type"); if (t->incomplete) - updatearray(t, expr->string.size + 1); + updatearray(t, expr->string.size); goto add; } break; |