📝 updated documentation for UBJSON functions
This commit is contained in:
parent
3cca630836
commit
7eabb6ba36
10 changed files with 385 additions and 10 deletions
|
@ -721,7 +721,7 @@ class binary_writer
|
|||
{
|
||||
if (add_prefix)
|
||||
{
|
||||
oa->write_character(static_cast<CharType>('i')); // uint8
|
||||
oa->write_character(static_cast<CharType>('i')); // int8
|
||||
}
|
||||
write_number(static_cast<uint8_t>(n));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue