From 42e5ba29e3ea5e540fb13ffbec161e589e8b6ad0 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sat, 21 Jul 2018 20:51:45 +0100 Subject: [PATCH] Fix spec to clearly explain that chunk count includes the dictionary (#5) Signed-off-by: Jonathan Dieter --- zchunk_format.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zchunk_format.txt b/zchunk_format.txt index 6cd860e..80703f6 100644 --- a/zchunk_format.txt +++ b/zchunk_format.txt @@ -97,7 +97,8 @@ Chunk checksum type 1 = SHA-256 Chunk count - This is a count of the number of chunks in the zchunk file. + This is a count of the number of chunks in the zchunk file including the + dictionary chunk. Dict stream If the data streams flag is set, this must always be 0, otherwise don't include -- 2.30.2