[Libreoffice-commits] core.git: shell/source
Mike Kaganski
mike.kaganski at collabora.com
Tue Mar 20 07:33:12 UTC 2018
shell/source/backends/wininetbe/wininetbackend.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 021340e7568e75344784a9a573c0602cd3679443
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date: Tue Mar 20 08:31:50 2018 +0100
Fix comment
Change-Id: I73ec0af22c19674c4b120a68c63710a1b46928ae
Reviewed-on: https://gerrit.libreoffice.org/51623
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
Tested-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx
index 1cfdd63cf114..bd9583717724 100644
--- a/shell/source/backends/wininetbe/wininetbackend.cxx
+++ b/shell/source/backends/wininetbe/wininetbackend.cxx
@@ -125,8 +125,8 @@ WinInetBackend::WinInetBackend()
DWORD err = GetLastError();
if (err == ERROR_INSUFFICIENT_BUFFER)
{
- // allocate sufficient space on the heap
- // insufficient space on the heap results
+ // allocate sufficient space on the stack
+ // insufficient space on the stack results
// in a stack overflow exception, we assume
// this never happens, because of the relatively
// small amount of memory we need
More information about the Libreoffice-commits
mailing list