mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-02-25 14:34:50 +01:00
Symbols: Fixed languages with longer strings such as French crashing Explorer when attempting to download symbols
This commit is contained in:
parent
9444eee9be
commit
ce9f973167
@ -339,9 +339,9 @@ DWORD DownloadSymbols(DownloadSymbolsParams* params)
|
|||||||
ubr
|
ubr
|
||||||
);
|
);
|
||||||
|
|
||||||
wchar_t title[100];
|
wchar_t title[160];
|
||||||
wchar_t body[200];
|
wchar_t body[200];
|
||||||
wchar_t titleFormat[100];
|
wchar_t titleFormat[160];
|
||||||
wchar_t buffer[1000];
|
wchar_t buffer[1000];
|
||||||
title[0] = 0; body[0] = 0; titleFormat[0] = 0; buffer[0] = 0;
|
title[0] = 0; body[0] = 0; titleFormat[0] = 0; buffer[0] = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user