diff options
| author | Philippe Altherr <philippe.altherr@gmail.com> | 2025-11-19 15:25:29 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-11-24 23:18:26 +0100 |
| commit | 8a3ee5a802a89fd12ddc2741d8ac785bb4169bf4 (patch) | |
| tree | bd9110ae128404cfb70ae0a819d888690b9ff6c9 /Src/Modules/mapfile.c | |
| parent | 54104: fix bug with packing strings into wordcode (diff) | |
| download | zsh-8a3ee5a802a89fd12ddc2741d8ac785bb4169bf4.tar zsh-8a3ee5a802a89fd12ddc2741d8ac785bb4169bf4.tar.gz zsh-8a3ee5a802a89fd12ddc2741d8ac785bb4169bf4.tar.bz2 zsh-8a3ee5a802a89fd12ddc2741d8ac785bb4169bf4.tar.lz zsh-8a3ee5a802a89fd12ddc2741d8ac785bb4169bf4.tar.xz zsh-8a3ee5a802a89fd12ddc2741d8ac785bb4169bf4.tar.zst zsh-8a3ee5a802a89fd12ddc2741d8ac785bb4169bf4.zip | |
54093 (tweaked per 54101): Cleanup isarr fields and variables
Diffstat (limited to 'Src/Modules/mapfile.c')
| -rw-r--r-- | Src/Modules/mapfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/mapfile.c b/Src/Modules/mapfile.c index 84cdfea18..78f728385 100644 --- a/Src/Modules/mapfile.c +++ b/Src/Modules/mapfile.c @@ -151,7 +151,7 @@ setpmmapfiles(Param pm, HashTable ht) for (hn = ht->nodes[i]; hn; hn = hn->next) { struct value v; - v.isarr = v.flags = v.start = 0; + v.scanflags = v.valflags = v.start = 0; v.end = -1; v.arr = NULL; v.pm = (Param) hn; |
