2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Beta version 3.5.3: Fix build with GCC.

This commit is contained in:
John Preston
2022-02-28 23:25:55 +03:00
parent 5cacf8a8af
commit 2917a53b75
9 changed files with 3 additions and 11 deletions

View File

@@ -286,7 +286,6 @@ Account::ReadMapResult Account::readMapWith(
quint64 savedGifsKey = 0;
quint64 legacyBackgroundKeyDay = 0, legacyBackgroundKeyNight = 0;
quint64 userSettingsKey = 0, recentHashtagsAndBotsKey = 0, exportSettingsKey = 0;
quint64 downloadsKey = 0;
while (!map.stream.atEnd()) {
quint32 keyType;
map.stream >> keyType;