index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
match.c
1
1 files changed, 1 insertions, 0 deletions
diff --git a/match.c b/match.c
index 4924fe8f..451fac24 100644
--- a/
match.c
+++ b/
match.c
@@ -5077,6 +5077,7 @@ out:
static val match_files(match_files_ctx c)
{
+ c.top = 0;
return match_files_byref(&c);
}