The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit d243e53f54e861c90ce7135f3d1a8d68d6202555
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Sat Apr 27 20:14:43 2013 +0200

    Another assertion that got transformed in 1b1f8dd2

diff --git a/src/mathed/MathData.cpp b/src/mathed/MathData.cpp
index 4967118..2ad3309 100644
--- a/src/mathed/MathData.cpp
+++ b/src/mathed/MathData.cpp
@@ -74,7 +74,7 @@ void MathData::insert(size_type pos, MathAtom const & t)
 
 void MathData::insert(size_type pos, MathData const & ar)
 {
-       LBUFERR(pos < size(), _("Invalid MathData."));
+       LBUFERR(pos <= size(), _("Invalid MathData."));
        base_type::insert(begin() + pos, ar.begin(), ar.end());
 }
 

-----------------------------------------------------------------------

Summary of changes:
 src/mathed/MathData.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to