diff options
Diffstat (limited to 'src/modules/texts/ztext/ztext.cpp')
-rw-r--r-- | src/modules/texts/ztext/ztext.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/texts/ztext/ztext.cpp b/src/modules/texts/ztext/ztext.cpp index 00793c2..0867d8a 100644 --- a/src/modules/texts/ztext/ztext.cpp +++ b/src/modules/texts/ztext/ztext.cpp @@ -189,7 +189,8 @@ void zText::increment(int steps) { if ( (((laststart != start) || (lastsize != size)) // we're a different entry - && (start > 0) && (size)) // and we actually have a size +// && (start > 0) + && (size)) // and we actually have a size ||(!skipConsecutiveLinks)) { // or we don't want to skip consecutive links steps += (steps < 0) ? 1 : -1; lastgood = *tmpkey; |