[MPlayer-dev-eng] [PATCH] mp_msg iconv error message order reversed?
Zuxy Meng
zuxy.meng at gmail.com
Mon Aug 21 06:59:41 CEST 2006
I guess the patch gives the intended meaning.
--
Zuxy
Beauty is truth,
While truth is beauty.
PGP KeyID: E8555ED6
-------------- next part --------------
Index: mp_msg.c
===================================================================
--- mp_msg.c ???????? 19473??
+++ mp_msg.c ????????????
@@ -93,7 +93,7 @@
}
if (msgiconv == (iconv_t)(-1)) {
fprintf(stderr,"iconv: conversion from %s to %s unsupported\n"
- ,mp_msg_charset,MSG_CHARSET);
+ ,MSG_CHARSET,mp_msg_charset);
}else{
memset(tmp2, 0, MSGSIZE_MAX);
while (iconv(msgiconv, &in, &inlen, &out, &outlen) == -1) {
More information about the MPlayer-dev-eng
mailing list