(verify_row): Check table references regardless of target table. Also
fixes the previous revision.
This commit is contained in:
parent
7261d6a3e0
commit
8ae71216d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue