mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
tg_owt: fix checksum
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From b3b592414c86952cc7b4bf3a4ccc18f496108c09 Mon Sep 17 00:00:00 2001
|
||||
From 27f5cd5fc6cd026123e12b05be147d1d939fe2a6 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Sat, 31 Dec 2022 11:14:56 +1000
|
||||
Subject: Add Haiku support
|
||||
@@ -1696,3 +1696,26 @@ index 8aa67f1..11c500f 100644
|
||||
--
|
||||
2.37.3
|
||||
|
||||
|
||||
From f8e0a0cc6bfa4a8bb99f4004cf2c809a8fd9e3eb Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Wed, 4 Jan 2023 12:17:32 +1000
|
||||
Subject: Fix buld
|
||||
|
||||
|
||||
diff --git a/src/rtc_base/logging.cc b/src/rtc_base/logging.cc
|
||||
index 4bc9183..581e399 100644
|
||||
--- a/src/rtc_base/logging.cc
|
||||
+++ b/src/rtc_base/logging.cc
|
||||
@@ -97,7 +97,7 @@ std::string LogLineRef::DefaultLogLine() const {
|
||||
log_output << timestamp;
|
||||
}
|
||||
if (thread_id_.has_value()) {
|
||||
- log_output << "[" << *thread_id_ << "] ";
|
||||
+ log_output << "[" << (uint64_t)(*thread_id_) << "] ";
|
||||
}
|
||||
if (!filename_.empty()) {
|
||||
#if defined(WEBRTC_ANDROID)
|
||||
--
|
||||
2.37.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user