Do not pad the final block of a file with zeroes.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 12 Nov 2009 02:33:48 +0000 (18:33 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 12 Nov 2009 02:33:48 +0000 (18:33 -0800)
commit0325ee9e9afb02b08bdec3497e8cc54cb942989d
tree79680548a67fd0615bfe026f3d04fed0642dc981
parent98effa493bca2b6e97d98035be602993da27d26b
Do not pad the final block of a file with zeroes.

To accomplish this, a resize operation was added for reference-counted
strings.
bluesky/bluesky.h
bluesky/file.c
bluesky/store.c
bluesky/util.c