1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

fixed bug in bin-var parsing

This commit is contained in:
Mathias Laurenz Baumann 2010-02-20 22:18:39 +01:00
parent 472314568f
commit a96f01f355
2 changed files with 26 additions and 26 deletions

View file

@ -365,9 +365,9 @@ inline int PSYC_parseElement(
return 1; return 1;
} }
*value = data + *cursor; *value = data + *cursor+1;
*vlength=binLength; *vlength=binLength;
*cursor += binLength; *cursor += binLength+1;
}else }else
return -8; return -8;

View file

@ -7,9 +7,9 @@ _request_context_enter
:_target psyc://p5B084547.dip.t-dialin.net/@test :_target psyc://p5B084547.dip.t-dialin.net/@test
:_more vars :_more vars
:_bin 4 1 :_bin 6 "1
3 3
"
:_entity variablevalue :_entity variablevalue
_notice_context_leave _notice_context_leave
| |