From 1a74a7498844f282e1ce3c0364d20bab0ec45870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 3 Feb 2024 13:42:47 +0100 Subject: [PATCH] Update backtrace token for upcoming release --- src/openrct2/platform/Crash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/platform/Crash.cpp b/src/openrct2/platform/Crash.cpp index 6a4eecf0de..604fbb0bb2 100644 --- a/src/openrct2/platform/Crash.cpp +++ b/src/openrct2/platform/Crash.cpp @@ -57,7 +57,7 @@ static const wchar_t* _wszCommitSha1Short = WSZ(""); static const wchar_t* _wszArchitecture = WSZ(OPENRCT2_ARCHITECTURE); static std::map _uploadFiles; -# define BACKTRACE_TOKEN 7956b7a98a2b70c816aa89907f0f06c03799569cffebe9131f77090b8f2d1b8d" +# define BACKTRACE_TOKEN "7956b7a98a2b70c816aa89907f0f06c03799569cffebe9131f77090b8f2d1b8d" using namespace OpenRCT2;