summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/libnrtype/Layout-TNG-OutIter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG-OutIter.cpp b/src/libnrtype/Layout-TNG-OutIter.cpp
index 3dd043a68..8c525084e 100755
--- a/src/libnrtype/Layout-TNG-OutIter.cpp
+++ b/src/libnrtype/Layout-TNG-OutIter.cpp
@@ -753,7 +753,7 @@ bool Layout::iterator::prevLineCursor()
for ( ; ; ) { \
if (_char_index == 0) { \
_glyph_index = 0; \
- return true; \
+ return false; \
} \
_char_index--; \
if (_parent_layout->_characters[_char_index].char_attributes.attr) break; \