Changeset 4640:a115f3ac3b62 for imap/utf7.c
- Timestamp:
- 2006-05-18 10:35:29 (3 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/utf7.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imap/utf7.c
r4343 r4640 261 261 { 262 262 char *u7 = utf8_to_utf7 (t, strlen (t), NULL, 0); 263 FREE (s); 263 FREE (s); /* __FREE_CHECKED__ */ 264 264 *s = u7; 265 265 } … … 275 275 if (t && !mutt_convert_string (&t, "UTF-8", Charset, 0)) 276 276 { 277 FREE (s); 277 FREE (s); /* __FREE_CHECKED__ */ 278 278 *s = t; 279 279 }
