diff options
-rw-r--r-- | xdiff/xdiffi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xdiff/xdiffi.c b/xdiff/xdiffi.c index b3c6848875..95b037ee38 100644 --- a/xdiff/xdiffi.c +++ b/xdiff/xdiffi.c @@ -528,6 +528,7 @@ int xdl_change_compact(xdfile_t *xdf, xdfile_t *xdfo, long flags) { recs_match(recs, ixs - 1, ix - 1, flags)) { rchg[--ixs] = 1; rchg[--ix] = 0; + while (rchgo[--ixo]); } } } |