Beta version 2.6.2: Fix build.

This commit is contained in:
John Preston 2021-03-13 21:05:53 +04:00
parent ab2c99acf3
commit 9a73c99935
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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