aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/comments/zcom
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-10-22 13:01:49 +0000
committerdanglassey <danglassey>2002-10-22 13:01:49 +0000
commitcaba6ff484a20e8ddc2d4912f0edbbe9f926499c (patch)
treead16d42b45ac7d4ff93e63b95a4b273122dbc7fb /src/modules/comments/zcom
parentd16a90fac71b7e403549e78d0f14d4de9ad65111 (diff)
downloadsword-sf-cvs-caba6ff484a20e8ddc2d4912f0edbbe9f926499c.tar.gz
sync with crosswire 20021022-1300
Diffstat (limited to 'src/modules/comments/zcom')
-rw-r--r--src/modules/comments/zcom/zcom.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/comments/zcom/zcom.cpp b/src/modules/comments/zcom/zcom.cpp
index b3a10de..cb47e23 100644
--- a/src/modules/comments/zcom/zcom.cpp
+++ b/src/modules/comments/zcom/zcom.cpp
@@ -182,7 +182,8 @@ void zCom::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;