diff options
Diffstat (limited to '')
-rw-r--r-- | src/expand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expand.c b/src/expand.c index c565646..7a51766 100644 --- a/src/expand.c +++ b/src/expand.c @@ -805,6 +805,8 @@ record: goto record; } + varlen = 0; + end: if (subtype != VSNORMAL) { /* skip to end of alternative */ int nesting = 1; |