summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3996f5b)
raw | patch | inline | side by side (parent: 3996f5b)
author | cyreve <cyreve@users.sourceforge.net> | |
Fri, 10 Feb 2006 21:30:49 +0000 (21:30 +0000) | ||
committer | cyreve <cyreve@users.sourceforge.net> | |
Fri, 10 Feb 2006 21:30:49 +0000 (21:30 +0000) |
src/libnrtype/Layout-TNG-OutIter.cpp | patch | blob | history |
index 3dd043a682de1f927df8f3ef24f59a2d9475f57e..8c525084e99991131fad2f3ab71aab4fb4b9d88f 100755 (executable)
for ( ; ; ) { \
if (_char_index == 0) { \
_glyph_index = 0; \
- return true; \
+ return false; \
} \
_char_index--; \
if (_parent_layout->_characters[_char_index].char_attributes.attr) break; \