Kaydet (Commit) 02d9bd3b authored tarafından David Tardon's avatar David Tardon

fix typo: = -> ==

Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec
üst 0f6919cf
...@@ -140,7 +140,7 @@ WinInetBackend::WinInetBackend() ...@@ -140,7 +140,7 @@ WinInetBackend::WinInetBackend()
if (!ok) if (!ok)
{ {
DWORD err = GetLastError(); DWORD err = GetLastError();
if (err = ERROR_INSUFFICIENT_BUFFER) if (err == ERROR_INSUFFICIENT_BUFFER)
{ {
// allocate sufficient space on the heap // allocate sufficient space on the heap
// insufficient space on the heap results // insufficient space on the heap results
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment