shell/source/backends/wininetbe/wininetbackend.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 021340e7568e75344784a9a573c0602cd3679443 Author: Mike Kaganski <[email protected]> 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 <[email protected]> Tested-by: Mike Kaganski <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
