From 11cae1abb320725afe0fb9a3d188250ed2157d1d Mon Sep 17 00:00:00 2001 From: Albert Lee Date: Wed, 13 Jun 2007 23:42:17 +0200 Subject: Fix parameter type. --- src/xine-engine/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c index b68b3b5c2..c4709c8ab 100644 --- a/src/xine-engine/osd.c +++ b/src/xine-engine/osd.c @@ -1005,7 +1005,7 @@ static int osd_search(osd_fontchar_t *array, size_t n, uint16_t code) { * get next unicode value */ static uint16_t osd_iconv_getunicode(xine_t *xine, - iconv_t *cd, const char *encoding, ICONV_CONST char **inbuf, + iconv_t cd, const char *encoding, ICONV_CONST char **inbuf, size_t *inbytesleft) { uint16_t unicode; char *outbuf = (char*)&unicode; -- cgit v1.2.3