From 465427226f4c0050abb8d19b1c0413670d5d589a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 12 Apr 2017 14:53:32 +0200 Subject: Fixed entity creation in pipeline --- common/pipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/pipeline.cpp b/common/pipeline.cpp index 019784e..78eb29b 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp @@ -182,7 +182,7 @@ KAsync::Job Pipeline::newEntity(void const *command, size_t size) processor->newEntity(newEntity); } - if (!d->entityStore.add(bufferType, o, replayToSource)) { + if (!d->entityStore.add(bufferType, newEntity, replayToSource)) { return KAsync::error(0); } -- cgit v1.2.3