X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/332cf6df7c32dbaa47cbfe515121da7bd53974e8..a21e72c3e652774e5b3468fd1c9ce7ca64f5aa33:/hlink.c?ds=sidebyside diff --git a/hlink.c b/hlink.c index 25a7ed39..40d15395 100644 --- a/hlink.c +++ b/hlink.c @@ -225,7 +225,7 @@ static void match_gnums(int32 *ndx_list, int ndx_count) for (from = 0; from < ndx_count; from++) { for (file = cur_flist->sorted[ndx_list[from]], gnum = F_HL_GNUM(file), prev = -1; from < ndx_count-1; - file = file_next, gnum = gnum_next, from++) + file = file_next, gnum = gnum_next, from++) /*SHARED ITERATOR*/ { file_next = cur_flist->sorted[ndx_list[from+1]]; gnum_next = F_HL_GNUM(file_next);