Fixes for a few -Wincompatible-pointer-types

This commit is contained in:
Jose Rubio
2019-10-12 22:29:44 +02:00
parent 707cc1256f
commit 5c56c32d17
4 changed files with 9 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ mbinit(XPointer state)
}
static char
mbchar(XPointer state, char *str, char *lenp)
mbchar(XPointer state, char *str, int *lenp)
{
XlcConv conv = ((State) state)->conv;
XlcCharSet charset;