xerces: fixed compilation
This commit is contained in:
@@ -107,7 +107,7 @@ void XMLUTF8Transcoder::checkTrailingBytes(const XMLByte toCheck
|
||||
{
|
||||
char len[2] = {(char)(trailingBytes+0x31), 0};
|
||||
char pos[2] = {(char)(position+0x31), 0};
|
||||
char byte[2] = {toCheck,0};
|
||||
char byte[2] = {(char)toCheck,0};
|
||||
ThrowXMLwithMemMgr3(UTFDataFormatException, XMLExcepts::UTF8_FormatError, pos, byte, len, getMemoryManager());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user