fix typo: = -> ==
Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user