summaryrefslogtreecommitdiff
path: root/Src/Modules/mapfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Modules/mapfile.c')
-rw-r--r--Src/Modules/mapfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/mapfile.c b/Src/Modules/mapfile.c
index 05071bd35..77595e022 100644
--- a/Src/Modules/mapfile.c
+++ b/Src/Modules/mapfile.c
@@ -203,7 +203,7 @@ setpmmapfiles(Param pm, HashTable ht)
struct value v;
v.isarr = v.inv = v.start = 0;
- v.len = -1;
+ v.end = -1;
v.arr = NULL;
v.pm = (Param) hn;