Kill warning (bug #26937)

This commit is contained in:
foobar 2004-01-16 19:11:33 +00:00
parent 07cf808861
commit 69e6b296e0

View File

@ -511,7 +511,7 @@ static XML_Char *xml_utf8_encode(const char *s, int len, int *newlen, const XML_
{
int pos = len;
char *newbuf;
unsigned short c;
unsigned int c;
unsigned short (*encoder)(unsigned char) = NULL;
xml_encoding *enc = xml_get_encoding(encoding);