Skip to content

Commit

Permalink
RemoteControlBoard: fix error in getRef pos
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Cardellino committed Jan 18, 2016
1 parent 838a966 commit 9d014c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ class yarp::dev::RemoteControlBoard :

if (CHECK_FAIL(ok, response)) {
int i;
Bottle& l = *(response.get(1).asList());
Bottle& l = *(response.get(2).asList());
if (&l == 0)
return false;

Expand Down

0 comments on commit 9d014c0

Please sign in to comment.