diff options
| author | Sam Varshavchik | 2022-03-13 21:10:44 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2022-04-16 19:59:47 -0400 | 
| commit | 867cce4e32e7e64651887664724aa7f06566cb4b (patch) | |
| tree | 8cd198902ea0c51ca955e1bc60d4756008c74818 /rfc822/rfc2047u.c | |
| parent | a86c03a704830534340347f0f4438e32fdb8ea50 (diff) | |
| download | courier-libs-867cce4e32e7e64651887664724aa7f06566cb4b.tar.bz2 | |
all: scripts to create installable *.deb packages.
Diffstat (limited to 'rfc822/rfc2047u.c')
| -rw-r--r-- | rfc822/rfc2047u.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/rfc822/rfc2047u.c b/rfc822/rfc2047u.c index 5a3bb85..0e40972 100644 --- a/rfc822/rfc2047u.c +++ b/rfc822/rfc2047u.c @@ -322,7 +322,9 @@ int rfc822_display_addr_str(const char *tok,  	if (chset != NULL)  	{ +#if LIBIDN  		int err=0; +#endif  		char *utf8_ptr;  		if (p > tok) | 
