the tag table should be of type int* not tag*.
authorAndrew Tridgell <tridge@samba.org>
Wed, 3 Jun 1998 02:47:52 +0000 (02:47 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 3 Jun 1998 02:47:52 +0000 (02:47 +0000)
This bug resulted in rsync being much less efficient that it could be
for files with more than 64k blocks. With the adaptive block size code
giving a maximum block size of 16k this means that files larger than
1GB were handled very inefficiently. The transfer was still accurate,
just slow.


No differences found