mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
portable serializer: use signed char for size
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user