tags 667228 patch
thanks

Here's the patch from Ubuntu, just in case.
https://launchpad.net/ubuntu/+source/klatexformula/3.2.5-1ubuntu1

--- klatexformula-3.2.5.orig/src/klflibview_p.h
+++ klatexformula-3.2.5/src/klflibview_p.h
@@ -172,7 +172,7 @@ public:
       }
       if (insertPos == QList<N>::size()) {
        pContainsNonAllocated = false;
-       append(n);
+       this->append(n);
        return insertPos;
       }
       QList<N>::operator[](insertPos) = n;



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to