X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Ffmt_rfc2047.c;fp=sbr%2Ffmt_rfc2047.c;h=debc81ec3afbae4fbcf0bce000c4cfe117005397;hb=b067ff5c465a5d243ce5a19e562085a9a1a97215;hp=92e168baca8f21afe00d0fb694570d63301ac3fe;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1;p=mmh diff --git a/sbr/fmt_rfc2047.c b/sbr/fmt_rfc2047.c index 92e168b..debc81e 100644 --- a/sbr/fmt_rfc2047.c +++ b/sbr/fmt_rfc2047.c @@ -347,7 +347,8 @@ decode_rfc2047 (char *str, char *dst, size_t dstlen) return encoding_found; buffull: - /* q is currently just off the end of the buffer, so rewind to NUL terminate */ + /* q is currently just off the end of the buffer, + * so rewind to NUL terminate */ q--; *q = '\0'; return encoding_found;