Changeset 466
- Timestamp:
- 05/14/04 17:58:57 (4 years ago)
- Files:
-
- wired/branches/unlabeled-1.5.2/wired/hotline.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/branches/unlabeled-1.5.2/wired/hotline.c
r464 r466 1 /* $Id: hotline.c,v 1.5.2. 1 2004/05/13 21:23:55morris Exp $ */1 /* $Id: hotline.c,v 1.5.2.2 2004/05/14 15:58:57 morris Exp $ */ 2 2 3 3 /* … … 114 114 115 115 if(hl_conv_from == (iconv_t) -1 || hl_conv_to == (iconv_t) -1) { 116 wd_log(LOG_ ERR, "Could not open libiconv for MacRoman to UTF-8 conversion: %s",116 wd_log(LOG_WARNING, "Could not open libiconv for MacRoman to UTF-8 conversion: %s", 117 117 strerror(errno)); 118 118 } … … 1747 1747 size_t outbytes; 1748 1748 1749 /* exit if invalid iconv */ 1750 if(direction == (iconv_t) -1) 1751 return; 1752 1749 1753 /* get sizes */ 1750 1754 outbytes = sizeof(outbuffer);
