Skip to content
Snippets Groups Projects
Commit 1eaebbde authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix missing buffer size update.

parent 7bbe0001
No related branches found
No related tags found
No related merge requests found
......@@ -1355,6 +1355,7 @@ writeGribStream(size_t streamIdx,
aggBufSize) == 0) ;
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