summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-06-12 09:30:12 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-18 11:01:30 +0200
commit561605f7b9383a5349b288580a565a6064b42dad (patch)
tree81d3d5977b03fadfb5e903b0c6e221ce2d527af7 /shell
parent9334a18fdffeb2a2255b1cf82c2ebc511421f24c (diff)
fix typo: = -> ==
Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'shell')
-rwxr-xr-xshell/source/backends/wininetbe/wininetbackend.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx
index ac6829e60c73..06855b5302ce 100755
--- a/shell/source/backends/wininetbe/wininetbackend.cxx
+++ b/shell/source/backends/wininetbe/wininetbackend.cxx
@@ -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