From 59edbad5d5804d1dffccc08e90bad4a368f83f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 5 Aug 1998 13:51:14 -0700 Subject: [PATCH] more debug added Rev: src/mapping.c:1.35 --- src/mapping.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mapping.c b/src/mapping.c index 36506b3a1f..ee6c2240be 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: mapping.c,v 1.34 1998/05/16 08:21:47 hubbe Exp $"); +RCSID("$Id: mapping.c,v 1.35 1998/08/05 20:51:14 hubbe Exp $"); #include "main.h" #include "object.h" #include "mapping.h" @@ -979,7 +979,9 @@ void check_mapping(struct mapping *m) if(! ( (1 << k->val.type) & (m->val_types) )) fatal("Mapping values type field lies.\n"); - + + check_svalues(& k->ind); + check_svalues(& k->val); } if(m->size != num) -- GitLab