diff --git a/include/wrapper/RealTimeBase.hpp b/include/wrapper/RealTimeBase.hpp index 607c5e7..ab2cca7 100644 --- a/include/wrapper/RealTimeBase.hpp +++ b/include/wrapper/RealTimeBase.hpp @@ -43,7 +43,7 @@ namespace impl{ if(c.remain()) { - index statedSize = static_cast(c.next()); + index statedSize = 1; if(c.remain() < statedSize) status = {Result::Status::kError,"Ran out of arguments at ", d.name};