oops pointer to integer
This commit is contained in:
parent
d1bdc8dca2
commit
4a9fd3d10a
@ -475,7 +475,7 @@ char *www_msgs_messageview(struct user_record *user, int conference, int area, i
|
||||
|
||||
|
||||
ic = iconv_open("UTF-8//TRANSLIT", "CP437");
|
||||
iconv(ic, &aha_cp437, jmh.TxtLen, &aha_text, jmh.TxtLen);
|
||||
iconv(ic, &aha_cp437, &jmh.TxtLen, &aha_text, &jmh.TxtLen);
|
||||
iconv_close(ic);
|
||||
free(aha_cp437);
|
||||
|
||||
|
Reference in New Issue
Block a user