Skip to content
Snippets Groups Projects
Commit f90400b6 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

lets use the xmlchar type as that is the type of the parameter for all calls.

(and consider to use xmlchar for the local unsigne chars too.)

Signed-off-by: default avatarkristof <Kristof.Szabados@ericsson.com>
parent ffccbfd9
No related branches found
No related tags found
No related merge requests found
......@@ -896,7 +896,7 @@ int HEXSTRING::XER_encode(const XERdescriptor_t& p_td,
}
unsigned int xlate_hs(cbyte*in, int phase, unsigned char*dest) {
unsigned int xlate_hs(xmlChar in[4], int phase, unsigned char*dest) {
static unsigned char nbytes[4] = { 3,1,1,2 };
unsigned char out[4];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment