diff --git a/Telegram/SourceFiles/logs.cpp b/Telegram/SourceFiles/logs.cpp index 0318eaff5..5ddbd6be3 100644 --- a/Telegram/SourceFiles/logs.cpp +++ b/Telegram/SourceFiles/logs.cpp @@ -549,7 +549,7 @@ void writeDebug(const char *file, int32 line, const QString &v) { file = found + 1; } - QString msg(QString("%1 %2 (%3 : %4)\n").arg(_logsEntryStart(), v, file, line)); + QString msg(QString("%1 %2 (%3 : %4)\n").arg(_logsEntryStart(), v, file, QString::number(line))); _logsWrite(LogDataDebug, msg); #ifdef Q_OS_WIN diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 85deb8712..181b2b75c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -415,7 +415,7 @@ parts: webrtc: source: https://github.com/desktop-app/tg_owt.git source-depth: 1 - source-commit: be23804afce3bb2e80a1d57a7c1318c71b82b7de + source-commit: 7f965710b93c4dadd7e6f1ac739e708694df7929 plugin: cmake build-packages: - yasm