Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH] Reencode committer info to utf-8 before formatting mail header

From: David Kågedal <hidden>
Date: 2016-06-15 22:42:49

Junio C Hamano [off-list ref] writes:
quoted
diff --git a/utf8.h b/utf8.h
index a07c5a8..eb64d46 100644
--- a/utf8.h
+++ b/utf8.h
@@ -8,7 +8,7 @@ int is_encoding_utf8(const char *name);
 void print_wrapped_text(const char *text, int indent, int indent2, int len);
 
 #ifndef NO_ICONV
-char *reencode_string(const char *in, const char *out_encoding, const char *in_encoding);
+char *reencode_string(const char *in, const char *out_encoding, const char *in_encoding, int *len);
 #else
 #define reencode_string(a,b,c) NULL
 #endif
This feels fishy...
I admit that I didn't test-compile with NO_ICONV.

-- 
David Kågedal
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help