From 944e10700c98f8ac71c2385fd96671167463fcf0 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 28 Feb 2010 13:53:28 +0100 Subject: Remove unused assignments/initializations found with llvm-clang. --- rfc2047e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rfc2047e.c') diff --git a/rfc2047e.c b/rfc2047e.c index 87c9c5c5..28777a30 100644 --- a/rfc2047e.c +++ b/rfc2047e.c @@ -174,7 +174,7 @@ char *rfc2047e(const char *string, const char *charset) { if (i + 1 < count) m += strcspn(words[i+1], "\r\n"); if (l + m > 74) - l = 0, t = stpcpy(t, "\r\n"); + t = stpcpy(t, "\r\n"); t = stpcpy(t, words[i]); if (i + 1 < count) { t = stpcpy(t, words[i+1]); -- cgit v1.2.3