mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix some warnings from GCC 11
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
|
||||
QString full() {
|
||||
const auto file = files[LogDataMain].get();
|
||||
if (!!file || !file->isOpen()) {
|
||||
if (!file || !file->isOpen()) {
|
||||
return QString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user