Skip to content

Commit 7fc2e6a

Browse files
mkrzewicktf
authored andcommitted
Switch to new FairMQMessage::Copy() semantics
1 parent 8674083 commit 7fc2e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/flp2epn-distributed/src/FLPSender.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void FLPSender::Run()
105105

106106
if (mTestMode > 0) {
107107
// test-mode: initialize and store data part in the buffer.
108-
parts.At(1)->Copy(baseMsg);
108+
parts.At(1)->Copy(*baseMsg);
109109
mSTFBuffer.push(move(parts));
110110
} else {
111111
// regular mode: receive data part from input

0 commit comments

Comments
 (0)