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

New commits:
commit 37939e6f03b89c678cdd83f1280f960dddb93bfc
Author: David Tardon <dtar...@redhat.com>
Date:   Tue Jun 12 09:30:12 2012 +0200

    fix typo: = -> ==
    
    Signed-off-by: Fridrich Å trba <fridrich.st...@bluewin.ch>
    
    (cherry picked from commit 1b0d64e7ac9225826368126d67a1381f823e3ed3)
    Signed-off-by: Eike Rathke <er...@redhat.com>
    Signed-off-by: Stephan Bergmann <sberg...@redhat.com>
    
    Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to