Set encoding to CDR rather than parameterised-CDR
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
81c597027f
commit
eb2d17c066
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ cycser::cycser(std::vector<unsigned char> & dst_)
|
|||
dst.reserve(4);
|
||||
/* FIXME: hard code to little endian ... and ignoring endianness in deser */
|
||||
dst.push_back(0);
|
||||
dst.push_back(3);
|
||||
dst.push_back(1);
|
||||
/* options: */
|
||||
dst.push_back(0);
|
||||
dst.push_back(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue