aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-09-26 00:58:46 +0000
committercorvid <corvid@lavabit.com>2009-09-26 00:58:46 +0000
commite12b439404e7adeeb8fb3aa4577b0f7dc08bb192 (patch)
tree83f38a810b5291d0854dcb901f086d5c27bf4d2b
parent534c03ef286a503d9f962786a890332986539526 (diff)
comment
-rw-r--r--dw/textblock.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index da376dce..feff008d 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -273,6 +273,8 @@ void Textblock::getExtremesImpl (core::Extremes *extremes)
// word_extremes.maxWidth);
}
+ /* This "line->lastWord >= line->firstWord" test seems questionable */
+
if ((line->lastWord >= line->firstWord &&
words->getRef(line->lastWord)->content.type
== core::Content::BREAK ) ||