Bug 404912 - typo in crashreporter submit.log, r=luser, a=beltzner
git-svn-id: svn://10.0.0.236/trunk@239857 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
eff047bd4f
commit
a6dfd20e2f
@ -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 |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user