copy schematic

This commit is contained in:
Matej Sekoranja
2015-02-11 11:30:39 +01:00
parent 388799d39d
commit a277a4fdd5
3 changed files with 19 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ void PVStructureArray::deserialize(ByteBuffer *pbuffer,
data[i].reset();
}
else {
if(data[i].get()==NULL) {
if(data[i].get()==NULL || !data[i].unique()) {
data[i] = pvDataCreate->createPVStructure(structure);
}
data[i]->deserialize(pbuffer, pcontrol);