diff --git a/src/remote/serializationHelper.cpp b/src/remote/serializationHelper.cpp index de7972c..fce5484 100644 --- a/src/remote/serializationHelper.cpp +++ b/src/remote/serializationHelper.cpp @@ -216,7 +216,7 @@ void SerializationHelper::partialCopy(PVStructure::shared_pointer const & from, } else { PVStructure::shared_pointer fromPVStructure = std::tr1::static_pointer_cast(pvField); PVStructure::shared_pointer toPVStructure = std::tr1::static_pointer_cast(toPVFields[i]); - partialCopy(fromPVStructure, toPVStructure, maskBitSet); + partialCopy(fromPVStructure, toPVStructure, maskBitSet, inverse); } } }