mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fix int32 overflow in local storage stats.
This commit is contained in:
@@ -99,7 +99,7 @@ struct TaggedValue {
|
||||
|
||||
struct TaggedSummary {
|
||||
size_type count = 0;
|
||||
size_type totalSize = 0;
|
||||
int64 totalSize = 0;
|
||||
};
|
||||
struct Stats {
|
||||
TaggedSummary full;
|
||||
|
||||
Reference in New Issue
Block a user