Changed inp type test to DB_LINK

This commit is contained in:
Janet B. Anderson
1996-10-30 21:30:01 +00:00
parent 73dc2a91e4
commit 3ef7c191db

View File

@@ -142,7 +142,7 @@ static long init_record(pcompress,pass)
}
return(0);
}
if(pcompress->wptr==NULL && pcompress->inp.type!=CONSTANT) {
if(pcompress->wptr==NULL && pcompress->inp.type==DB_LINK) {
struct dbAddr *pdbAddr =
(struct dbAddr *)(pcompress->inp.value.pv_link.pvt);