X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/48cce779a22b393a2487842a246be5db65594306..e26cfccf1651a65046d9ed21d1bbde3914f416a2:/match.c diff --git a/match.c b/match.c index 9ee57885..1f36a585 100644 --- a/match.c +++ b/match.c @@ -159,7 +159,7 @@ static void hash_search(int f,struct sum_struct *s, if (verbose > 4) { rprintf(FINFO, "offset=%.0f sum=%04x%04x\n", - (double)offset, s1 & 0xFFFF, s2 & 0xFFFF); + (double)offset, s2 & 0xFFFF, s1 & 0xFFFF); } i = hash_table[SUM2HASH2(s1,s2)];