Typo erro bug fix

This commit is contained in:
Janet B. Anderson
1996-10-30 19:30:03 +00:00
parent ad76c5efab
commit 73dc2a91e4

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!=CONSTANT) {
struct dbAddr *pdbAddr =
(struct dbAddr *)(pcompress->inp.value.pv_link.pvt);