summaryrefslogtreecommitdiffstats
path: root/src/fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fold.c')
-rw-r--r--src/fold.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fold.c b/src/fold.c
index 3f8de1c25c..33c26996fe 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -1604,7 +1604,7 @@ foldMarkAdjustRecurse(
if (amount == MAXLNUM)
{
foldMarkAdjustRecurse(&fp->fd_nested,
- line1 - fp->fd_top,
+ 0,
line2 - fp->fd_top,
amount,
amount_after + (fp->fd_top - top));
@@ -1614,7 +1614,7 @@ foldMarkAdjustRecurse(
else
{
foldMarkAdjustRecurse(&fp->fd_nested,
- line1 - fp->fd_top,
+ 0,
line2 - fp->fd_top,
amount,
amount_after - amount);