From 516ad4933ce79a0e2d30b593af4f136357395bb0 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 10 Jan 2023 11:41:49 +0000 Subject: Dump out checksums --- tapls.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tapls.c b/tapls.c index 0f7fe97..7b0ab9c 100644 --- a/tapls.c +++ b/tapls.c @@ -161,7 +161,8 @@ static void TAPLoad(const char *path, FILE **tapfile, int dump) /* Check the checksum */ - printf("%s: checksums %s\n", path, + printf("%s: checksums %u (calc) %u (tape) %s\n", path, + (unsigned)csum, (unsigned)tape_csum, csum == tape_csum ? "match":"don't match"); } } -- cgit v1.2.3