зеркало из https://github.com/mozilla/pjs.git
Bug 404912 - typo in crashreporter submit.log, r=luser, a=beltzner
This commit is contained in:
Родитель
be2b2cb12e
Коммит
60307df196
|
@ -229,7 +229,7 @@ static string FormatLastError()
|
|||
{
|
||||
DWORD err = GetLastError();
|
||||
LPWSTR s;
|
||||
string message = "Crash report submision failed: ";
|
||||
string message = "Crash report submission failed: ";
|
||||
// odds are it's a WinInet error
|
||||
HANDLE hInetModule = GetModuleHandle(L"WinInet.dll");
|
||||
if(FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
|
||||
|
|
Загрузка…
Ссылка в новой задаче