From 115ee7a35317d839e62cbb4da4d58a2cd2f6c028 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sat, 20 Dec 2025 17:26:47 +0000 Subject: [PATCH] c a p i t u l a t e --- components/crashcatcher/windowscrashshm.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/crashcatcher/windowscrashshm.hpp b/components/crashcatcher/windowscrashshm.hpp index 1a88f05662..6b1ea6b816 100644 --- a/components/crashcatcher/windowscrashshm.hpp +++ b/components/crashcatcher/windowscrashshm.hpp @@ -40,7 +40,8 @@ namespace Crash HANDLE mSignalApp; HANDLE mSignalMonitor; HANDLE mShmMutex; - // the size defines are in UTF-16 code units, and lots of things use more UTF-8 code units, so this may explode with really long non-ASCII paths + // the size defines are in UTF-16 code units, and lots of things use more UTF-8 code units, so this may + // explode with really long non-ASCII paths // we can't switch to wchar_t as when we've made this struct bigger in the past, things exploded char mDumpDirectoryPath[MAX_LONG_PATH]; char mCrashDumpFileName[MAX_FILENAME];