From b5fe1d2c5e91b178004f59376c2a96e0adf8900e Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 31 Aug 2016 16:58:44 +0200 Subject: [PATCH] Closedown --- plugins/Camtool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Camtool.java b/plugins/Camtool.java index 04cf583..80b8514 100644 --- a/plugins/Camtool.java +++ b/plugins/Camtool.java @@ -36,7 +36,7 @@ public class Camtool extends ArraySource { super(name, prefix + (latch ? ":latch": ":pipeline") + ".image"); this.prefix = prefix+":"; this.latch = latch; - dataPrefix = prefix + (latch ? "latch": "pipeline") + "."; + dataPrefix = this.prefix + (latch ? "latch": "pipeline") + "."; channelRun = new ChannelInteger(name + " run", this.prefix + "camera.run"); channelLatch = new ChannelInteger(name + " latch", this.prefix + "latch.capture");