Thread (20 messages) flat view 20 messages, 5 authors, 2021-01-18
STALE2038d

[PATCH 04/11] sha1dc: mark forgotten message for translation

From: Johannes Schindelin via GitGitGadget <hidden>
Date: 2021-01-12 08:49:41
Subsystem: the rest · Maintainer: Linus Torvalds

From: Johannes Schindelin <redacted>

Signed-off-by: Johannes Schindelin <redacted>
---
 sha1dc_git.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sha1dc_git.c b/sha1dc_git.c
index 5c300e812e0..fecf5da1483 100644
--- a/sha1dc_git.c
+++ b/sha1dc_git.c
@@ -18,7 +18,7 @@ void git_SHA1DCFinal(unsigned char hash[20], SHA1_CTX *ctx)
 {
 	if (!SHA1DCFinal(hash, ctx))
 		return;
-	die("SHA-1 appears to be part of a collision attack: %s",
+	die(_("SHA-1 appears to be part of a collision attack: %s"),
 	    hash_to_hex_algop(hash, &hash_algos[GIT_HASH_SHA1]));
 }
 
-- 
gitgitgadget
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help