fix typo: = -> ==

Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec
This commit is contained in:
David Tardon
2012-06-12 09:30:12 +02:00
parent 0f6919cf55
commit 02d9bd3b14

View File

@@ -140,7 +140,7 @@ WinInetBackend::WinInetBackend()
if (!ok)
{
DWORD err = GetLastError();
if (err = ERROR_INSUFFICIENT_BUFFER)
if (err == ERROR_INSUFFICIENT_BUFFER)
{
// allocate sufficient space on the heap
// insufficient space on the heap results