]> Pileus Git - ~andy/fetchmail/blobdiff - rfc2047e.c
Remove unused assignments/initializations found with llvm-clang.
[~andy/fetchmail] / rfc2047e.c
index 87c9c5c557f6fc0183285b75489e10b9d1ae7f7b..28777a300d5aa7d49f8bdfdd6127a60a8fc2c6cb 100644 (file)
@@ -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]);