mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02:00
Fix int32 overflow in local storage stats.
This commit is contained in:
parent
93793d8bdd
commit
63203ecc00
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ struct TaggedValue {
|
|||
|
||||
struct TaggedSummary {
|
||||
size_type count = 0;
|
||||
size_type totalSize = 0;
|
||||
int64 totalSize = 0;
|
||||
};
|
||||
struct Stats {
|
||||
TaggedSummary full;
|
||||
|
|
Loading…
Add table
Reference in a new issue