From 027f53e35bc57e0046bbb3c02f74e8504961b499 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Thu, 11 Feb 2016 15:51:34 +0100 Subject: Added rudimentary support for chunks. This means that the implementation should be compatible with the specification. --- test/listpermdb.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/listpermdb.erl b/test/listpermdb.erl index 04acbfa..a12e5e4 100755 --- a/test/listpermdb.erl +++ b/test/listpermdb.erl @@ -101,7 +101,7 @@ printindex(<>, FileOffset) -> printdata(<<>>, FileOffset) -> {ok, FileOffset}; -printdata(<>, FileOffset) -> +printdata(<>, FileOffset) -> FileOffset2 = FileOffset + 8 + 32 + 4, io:format("data ~p key ~p length ~p~n", [FileOffset, Key, Length]), <> = Rest, -- cgit v1.1