1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-27 17:00:59 +01:00

Symbols: Fixed languages with longer strings such as French crashing Explorer when attempting to download symbols

This commit is contained in:
Amrsatrio 2023-12-21 21:53:42 +07:00
parent 9444eee9be
commit ce9f973167

View File

@ -339,9 +339,9 @@ DWORD DownloadSymbols(DownloadSymbolsParams* params)
ubr
);
wchar_t title[100];
wchar_t title[160];
wchar_t body[200];
wchar_t titleFormat[100];
wchar_t titleFormat[160];
wchar_t buffer[1000];
title[0] = 0; body[0] = 0; titleFormat[0] = 0; buffer[0] = 0;