From fe2469305a64b0cd6789c1691555ffc8efe42ca6 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 17 Jun 2018 10:42:18 +0200 Subject: [PATCH] chg: 70_fix-total-message.patch applied --- dcfldd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcfldd.h b/dcfldd.h index 79d466c..e5c882b 100644 --- a/dcfldd.h +++ b/dcfldd.h @@ -86,7 +86,7 @@ while (0) #endif /* DEFAULT_HASHWINDOW_FORMAT */ #ifndef DEFAULT_TOTALHASH_FORMAT -#define DEFAULT_TOTALHASH_FORMAT "Total (#algorithm#): #hash#" +#define DEFAULT_TOTALHASH_FORMAT "\nTotal (#algorithm#): #hash#" #endif /* DEFAULT_TOTALHASH_FORMAT */ #ifndef DEFAULT_HASHCONV