From 335d0464d6ea90d5f30e6846e3142c287e0d582c Mon Sep 17 00:00:00 2001 From: Andrey Rys Date: Sun, 21 Apr 2019 19:02:09 +0700 Subject: [PATCH] -q: remove ASCII reprint of hexdump. --- VERSION | 2 +- tfcrypt.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9902f17..f04c001 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -28 +29 diff --git a/tfcrypt.c b/tfcrypt.c index 8ee577d..7e9ef8c 100644 --- a/tfcrypt.c +++ b/tfcrypt.c @@ -512,6 +512,7 @@ _baddfname: case 'q': quiet = YES; verbose = NO; + do_full_hexdump = NO; status_timer = 0; break; case 'v': -- 2.31.1