From: Wayne Davison Date: Tue, 3 Aug 2004 08:05:23 +0000 (+0000) Subject: We call map_ptr() with a data range than includes any unmatched data X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/7560c17adc73f1f1407f9453c00ddef185d1aad3?hp=7560c17adc73f1f1407f9453c00ddef185d1aad3 We call map_ptr() with a data range than includes any unmatched data (which we might need to reference again) in addition to the current rolling-checksum block (this prevents the unmatched data from being lost when we slide the buffer and read more data). ---