Overview
SHA1 Hash: | 2f15cd805e037885140957e922d6e8421af24d5d |
---|---|
Date: | 2009-12-16 02:02:54 |
User: | drh |
Comment: | Improvements to some comments in vfile.c. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/vfile.c from [5504b327f7] to [47f667e751].
@@ -396,12 +396,14 @@ } /* ** 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; Manifest m;