Skip to content
Snippets Groups Projects
Commit 2aeb28dd authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

cdi_create_records: check if records are allocated (bug fix)

parent ffeab2c8
No related branches found
No related tags found
1 merge request!111M214003/develop
......@@ -320,7 +320,7 @@ cdi_create_records(stream_t *streamptr, int tsID, bool allocRecords)
destTstep->recordSize = (int) maxrecords;
destTstep->nallrecs = (int) nrecords;
#ifdef HAVE_LIBFDB5
destTstep->records->fdbItemIndex = -1;
if (destTstep->records) destTstep->records->fdbItemIndex = -1;
#endif
if (tsID == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment