From 80cd74edc892ddf2e4d70dad54168c11d95f0c98 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 31 Aug 2018 21:35:13 +0300 Subject: [PATCH] Closed beta version 1.3.14.2: Fix fallthrough. --- Telegram/SourceFiles/storage/localstorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/storage/localstorage.cpp b/Telegram/SourceFiles/storage/localstorage.cpp index 55256da02..99cc1fd2d 100644 --- a/Telegram/SourceFiles/storage/localstorage.cpp +++ b/Telegram/SourceFiles/storage/localstorage.cpp @@ -1026,7 +1026,7 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version, ReadSetting _cacheTotalSizeLimit = size; _cacheTotalTimeLimit = time; - } + } break; case dbiSoundNotify: { qint32 v;