shell/source/backends/wininetbe/wininetbackend.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1b0d64e7ac9225826368126d67a1381f823e3ed3 Author: David Tardon <[email protected]> Date: Tue Jun 12 09:30:12 2012 +0200 fix typo: = -> == Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec Signed-off-by: Fridrich Å trba <[email protected]> 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 [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
