aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/texts/rawtext/rawtext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/texts/rawtext/rawtext.cpp')
-rw-r--r--src/modules/texts/rawtext/rawtext.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/texts/rawtext/rawtext.cpp b/src/modules/texts/rawtext/rawtext.cpp
index ef7742a..1b1171a 100644
--- a/src/modules/texts/rawtext/rawtext.cpp
+++ b/src/modules/texts/rawtext/rawtext.cpp
@@ -542,7 +542,8 @@ void RawText::increment(int steps) {
findoffset(tmpkey->Testament(), index, &start, &size);
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;