DORMANTno replies

[PATCH] Fixed translation error (say(_())) functions

From: Alangi Derick <hidden>
Date: 2016-06-15 23:04:38
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Alangi Derick <redacted>
---
 base85.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base85.c b/base85.c
index 5ca601e..4160f44 100644
--- a/base85.c
+++ b/base85.c
@@ -78,7 +78,7 @@ int decode_85(char *dst, const char *buffer, int len)
 
 void encode_85(char *buf, const unsigned char *data, int bytes)
 {
-	say("encode 85");
+	say(_("encode 85"));
 	while (bytes) {
 		unsigned acc = 0;
 		int cnt;
@@ -96,7 +96,7 @@ void encode_85(char *buf, const unsigned char *data, int bytes)
 		}
 		buf += 5;
 	}
-	say("\n");
+	say(_("\n"));
 
 	*buf = 0;
 }
-- 
2.4.0.1.gd092831.dirty
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help