Skip to content
Snippets Groups Projects
Commit 68785f2f authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Fix missing buffer size update.

parent 357ebf49
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -1156,6 +1156,7 @@ writeGribStream(size_t streamIdx, struct streamMapping *mapping, void **data_, s
;
else
rxWin[streamIdx].aggBuf = Malloc(aggBufSize);
rxWin[streamIdx].aggBufSize = aggBufSize;
}
namespaceSwitchSet(NSSWITCH_FILE_WRITE, NSSW_FUNC(aggBufAppend));
/* write records to aggregation buffer */
......
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