From 91d5f734349b7188a9a5ae54ecd99974e228bd2b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 2 Jun 2000 01:54:16 +0000 Subject: Changed the array "len" to be "end" -- a 1-relative index of the last item (or you can think of it as pointing one past the last item). --- Src/Modules/mapfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Modules/mapfile.c') 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; -- cgit 1.4.1