Fix a bug in signature loading for sub-file incrementals.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sat, 31 May 2008 00:22:08 +0000 (17:22 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Sat, 31 May 2008 00:22:08 +0000 (17:22 -0700)
commit908cfc1af3e761d3243d31a68420fb8994840721
tree4ae978ef93d86391d20abb48eae7c94ea454bce1
parentc10290a5e5b066bedfec4ae23a799e5d5a1ff009
Fix a bug in signature loading for sub-file incrementals.

Signatures for sub-file chunks were being written properly, but were not
being loaded properly (signature data and the algorithm string were
being swapped), so no sub-file incrementals were being generated.
localdb.cc