We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f4137 commit 66217d0Copy full SHA for 66217d0
src/CrashHandler.cpp
@@ -611,7 +611,7 @@ static WCHAR *BuildSymbolsUrl() {
611
WCHAR *urlBase = L"http://kjkpub.s3.amazonaws.com/sumatrapdf/rel/SumatraPDF-" TEXT(QM(CURR_VERSION));
612
#endif
613
WCHAR *is64 = IsProcess64() ? L"-64" : L"";
614
- return str::Format(L"%s.pdb%s.lzsa", urlBase, is64);
+ return str::Format(L"%s%s.pdb.lzsa", urlBase, is64);
615
616
}
617
0 commit comments