Closed GoogleCodeExporter closed 8 years ago
补丁:
--- iptux-0.3.3.orig/src/utils.cpp
+++ iptux-0.3.3/src/utils.cpp
@@ -42,7 +42,7 @@
size_t size, len;
cd = iconv_open(tocode, fromcode);
- if ((int)cd == -1) {
+ if (cd == iconv_t(-1)) {
pwarning(Fail,
_("act: create encode conversion table,warning: %s\n"),
strerror(errno));
Original comment by lidaob...@gmail.com
on 2 Nov 2008 at 12:22
定会尽早修正,多谢!!
Original comment by jal...@163.com
on 3 Nov 2008 at 9:46
Original comment by jal...@163.com
on 9 Nov 2008 at 7:32
Original issue reported on code.google.com by
lidaob...@gmail.com
on 2 Nov 2008 at 11:52