X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/46035648b01cf0b4fc4eefd850c0b8e777a33cc0..322ec5e23a4560d27747eefef168cf8f97553b17:/sbr/encode_rfc2047.c?ds=inline diff --git a/sbr/encode_rfc2047.c b/sbr/encode_rfc2047.c index e1a47855..ac2b6dc3 100644 --- a/sbr/encode_rfc2047.c +++ b/sbr/encode_rfc2047.c @@ -517,8 +517,8 @@ unfold_header(char **value, int len) * This has the side effect of stripping off the final newline * for the header; we put it back in the encoding routine. */ - while (is_fws(*q++)) - ; + while (is_fws(*q)) + q++; if (*q == '\0') break;