From 1f52520db005e056e131f511418e4b71bc9e89fd Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 10 Sep 2013 17:56:17 +0100 Subject: corrected response code for listnodes --- rotord/src/rotor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotor.h') diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 009d52f..eba5be1 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -613,7 +613,7 @@ namespace Rotor { image+=(*in); delete in; */ - in=(*in2); + in=(*in2); //removed allocator in*=parameters["amount"]->value; image+=in; break; -- cgit v1.2.3