mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
fix jira bug NCF-184
This commit is contained in:
parent
a824fdbfb2
commit
b1984d2618
@ -427,7 +427,7 @@ computeseqcountconstraints3(NCDAPCOMMON* dapcomm, CDFnode* seq, NCbytes* seqcoun
|
||||
NClist* path = NULL;
|
||||
CDFnode* var = NULL;
|
||||
|
||||
ASSERT(seq->nctype = NC_Sequence);
|
||||
ASSERT(seq->nctype == NC_Sequence);
|
||||
computeseqcountconstraints3r(dapcomm,seq,&var);
|
||||
|
||||
ASSERT((var != NULL));
|
||||
|
Loading…
Reference in New Issue
Block a user