Differences From:
File
src/vfile.c
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
Also file
src/vfile.c
part of check-in
[a2749215b7]
- Add the --dotfiles option to the "extra" and "clean" commands.
Ticket 4de876322f066.
by
drh on
2009-09-19 15:32:14.
[view]
To:
File
src/vfile.c
part of check-in
[2f15cd805e]
- Improvements to some comments in vfile.c.
by
drh on
2009-12-16 02:02:54.
[view]
@@ -397,10 +397,12 @@
/*
** Compute an aggregate MD5 checksum over the repository image of every
** file in manifest vid. The file names are part of the checksum.
-**
** Return the resulting checksum in blob pOut.
+**
+** If pManOut is not NULL then fill it with the checksum found in the
+** "R" card near the end of the manifest.
*/
void vfile_aggregate_checksum_manifest(int vid, Blob *pOut, Blob *pManOut){
int i, fid;
Blob file, mfile;