Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesmith committed Jun 11, 2024
1 parent a83542a commit be4d061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thorlcr/activities/nsplitter/thnsplitterslave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class NSplitterSlaveActivity : public CSlaveActivity, implements ISharedSmartBuf
ForEachItemIn(o, container.outputs)
appendOutput(new CSplitterOutput(*this, o));
newSplitter = getOptBool("newsplitter", false);
if (getOptBool("forcenewsplitter", false))
if (getOptBool("forcenewsplitter", true))
{
newSplitter = true;
spill = true;
Expand Down

0 comments on commit be4d061

Please sign in to comment.