Would the following be correct?

--- fp_TextRun.cpp Thu May 18 11:01:12 2000
+++ \AbiWord\abi\src\text\fmt\xp\fp_TextRun.cpp Mon May 22 14:23:34 2000
@@ -350,6 +350,10 @@
  {
   pos = m_pBL->getPosition() + m_iOffsetFirst + m_iLen;
 
+  // TODO Is this assumption, if we're at or over the right edge
+  // bEOL == UT_TRUE, correct?!
+  bEOL = UT_TRUE;
+
   UT_ASSERT(bEOL == UT_TRUE || bEOL == UT_FALSE);
   UT_ASSERT(bBOL == UT_TRUE || bBOL == UT_FALSE);
 

/Mike





Reply via email to