[Libreoffice-commits] .: basic/source

David Tardon dtardon at kemper.freedesktop.org
Tue May 31 02:58:05 PDT 2011


 basic/source/runtime/runtime.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 871d0ff91a50b00061c364f7d98b022cc7055f8e
Author: David Tardon <dtardon at redhat.com>
Date:   Tue May 31 11:54:54 2011 +0200

    make the loop finite .-)

diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index 0bec6ae..d555825 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -1249,6 +1249,7 @@ SbiForStack* SbiRuntime::FindForStackItemForCollection( class BasicCollection* p
             pRet = p;
             break;
         }
+        p = p->pNext;
     }
 
     return pRet;


More information about the Libreoffice-commits mailing list