diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-01-10 11:41:49 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-01-10 11:41:49 +0000 |
commit | 516ad4933ce79a0e2d30b593af4f136357395bb0 (patch) | |
tree | 8fc6f60492d51a3251d73c974a91ae3db5d15b59 /tapls.c | |
parent | 57edaf00ffda88830f1a9efa1fa6521e835c2aee (diff) |
Diffstat (limited to 'tapls.c')
-rw-r--r-- | tapls.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"); } } |