I agree to apply this patch.

meillo


[2016-09-08 13:03] [email protected]
>
> From: Dmitry Bogatov <[email protected]>
> 
> ---
>  sbr/encode_rfc2047.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/sbr/encode_rfc2047.c b/sbr/encode_rfc2047.c
> index 4e4cbef..3c4a6b0 100644
> --- a/sbr/encode_rfc2047.c
> +++ b/sbr/encode_rfc2047.c
> @@ -49,7 +49,6 @@ static char *address_headers[] = {
>  #define qpspecial(c) (c < ' ' || c == '=' || c == '?' || c == '_')
>  
>  #define base64len(n) ((((n) + 2) / 3) * 4)    /* String len to base64 len */
> -#define strbase64(n) ((n) / 4 * 3)            /* Chars that fit in base64 */
>  
>  #define ENCODELINELIMIT      76
>  
> -- 
> I may be not subscribed. Please, keep me in carbon copy.
> 
> 
> 

Reply via email to