mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
csharp: fix fixraw prefix
This commit is contained in:
parent
8949551c2e
commit
8e923777b8
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ namespace msgpack
|
|||
|
||||
public void WriteRawHeader (int N)
|
||||
{
|
||||
WriteLengthHeader (N, 32, 0x96, 0xda, 0xdb);
|
||||
WriteLengthHeader (N, 32, 0xa0, 0xda, 0xdb);
|
||||
}
|
||||
|
||||
public void WriteArrayHeader (int N)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue