Commit d5cf098de929e4999d3268372c73914fcb984794

Authored by perry.werneck@gmail.com
1 parent 4ea0d6c5

Ajustando chamadas hllapi

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/plugins/remotectl/calls.c
... ... @@ -400,5 +400,5 @@
400 400 {
401 401 if(!(getcursor && hSession))
402 402 return -EINVAL;
403   - return getcursor(hSession);
  403 + return getcursor(hSession)+1;
404 404 }
... ...