]> arthur.barton.de Git - bup.git/commit
Make split condition depend on ~0, not 0.
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 29 Dec 2009 18:07:22 +0000 (13:07 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 29 Dec 2009 18:07:22 +0000 (13:07 -0500)
commit55944d161c80af45ad60e8fe46a02e09501ccee2
tree7d3505747999579a03202ab1ef86d8dd20727222
parent07c933109bdea0b61ed729531ac75e352b7d63c8
Make split condition depend on ~0, not 0.

Otherwise we could end up splitting on one-byte blocks, which is pretty
dumb.
hashsplit.c