mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 19:44:55 -04:00
initial [broken] update
This commit is contained in:
parent
0f42b2eba6
commit
333f975760
38 changed files with 849 additions and 232 deletions
|
@ -122,7 +122,7 @@ namespace serialization {
|
|||
{
|
||||
std::ios_base::iostate state = s.rdstate();
|
||||
result = EOF == s.peek();
|
||||
s.setstate(state);
|
||||
s.clear(state);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue