[Libreoffice-commits] .: Branch 'libreoffice-3-5' - shell/source

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Jun 18 02:02:40 PDT 2012


 shell/source/backends/wininetbe/wininetbackend.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1b0d64e7ac9225826368126d67a1381f823e3ed3
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Jun 12 09:30:12 2012 +0200

    fix typo: = -> ==
    
    Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx
index 5686689..cd82060 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


More information about the Libreoffice-commits mailing list