View | Details | Raw Unified | Return to bug 98217
Collapse All | Expand All

(-)files/patch-rfc2045_rfc2045reply.c (+22 lines)
Added Link Here
1
--- rfc2045/rfc2045reply.c~	Thu May 25 08:48:48 2006
2
+++ rfc2045/rfc2045reply.c	Wed May 31 10:08:03 2006
3
@@ -591,7 +591,9 @@
4
 	off_t	start_pos, end_pos, start_body, dummy;
5
 	int errflag=0;
6
 	struct rfc2045headerinfo *hi;
7
-
8
+#if	HAVE_UNICODE
9
+	const struct unicode_info *uiptr=NULL;
10
+#endif
11
 	oldtocc=0;
12
 	oldtolist=0;
13
 	oldfrom=0;
14
@@ -601,8 +603,6 @@
15
 	oldreferences=0;
16
 	whowrote=0;
17
 #if	HAVE_UNICODE
18
-	const struct unicode_info *uiptr=NULL;
19
-
20
 	if (ri->charset && *(ri->charset))
21
 		uiptr = unicode_find(ri->charset);
22
 #endif

Return to bug 98217