|
if ((ic = iconv_open(opts[0],opts[1])) == ((iconv_t)(-1))) {
|
|
if ((ic = iconv_open(opts[0],opts[1])) == ((iconv_t)(-1))) {
|
|
- error_msg( "unsupported codeset in %s -> %s conversion\n", opts[0], opts[1]);
|
|
+ error_msg( "unsupported codeset in %s -> %s conversion\n", opts[1], opts[0]);
|