--- sourceforge.net/trunk/rdesktop/rdp.c 2005/03/19 15:30:14 866 +++ sourceforge.net/trunk/rdesktop/rdp.c 2005/04/03 18:08:05 879 @@ -161,7 +161,7 @@ #ifdef HAVE_ICONV size_t ibl = strlen(string), obl = len + 2; static iconv_t iconv_h = (iconv_t) - 1; - char *pin = string, *pout = (char *)s->p; + char *pin = string, *pout = (char *) s->p; memset(pout, 0, len + 4); @@ -234,7 +234,7 @@ { #ifdef HAVE_ICONV size_t ibl = uni_len, obl = uni_len; - char *pin = (char *)s->p, *pout = string; + char *pin = (char *) s->p, *pout = string; static iconv_t iconv_h = (iconv_t) - 1; if (g_iconv_works)