(verify_row): Check table references regardless of target table. Also

fixes the previous revision.
This commit is contained in:
Markus Armbruster 2006-02-06 07:53:42 +00:00
parent 7261d6a3e0
commit 8ae71216d4

View file

@ -64,7 +64,7 @@ verify_row(int type, int row)
n = ca[i].ca_type != NSC_STRINGY ? ca[i].ca_len : 0;
j = 0;
do {
if (ca[i].ca_table == EF_BAD || ca[i].ca_table == type)
if (ca[i].ca_table == EF_BAD)
continue;
val.val_type = ca[i].ca_type;
val.val_cat = NSC_OFF;