mirror of
https://github.com/monero-project/monero.git
synced 2025-08-07 07:52:20 -04:00
portable serializer: use signed char for size
This commit is contained in:
parent
dd580d7bc7
commit
9d1d3a454e
3 changed files with 7 additions and 4 deletions
|
@ -234,7 +234,7 @@ namespace boost { namespace archive {
|
|||
|
||||
inline void
|
||||
portable_binary_iarchive::load_impl(boost::intmax_t & l, char maxsize){
|
||||
char size;
|
||||
signed char size;
|
||||
l = 0;
|
||||
this->primitive_base_t::load(size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue