Compiling lib/util_str.c cc-1164 cc: WARNING File = lib/util_str.c, Line = 390 Argument of type "unsigned char *" is incompatible with parameter of type "const char *". push_ucs2(NULL, tmpbuf, p, sizeof(tmpbuf), STR_TERMINATE); ^ cc-1164 cc: WARNING File = lib/util_str.c, Line = 392 Argument of type "unsigned char *" is incompatible with parameter of type "char *". pull_ucs2(NULL, p, tmpbuf, -1, sizeof(tmpbuf), STR_TERMINATE); ^
Created attachment 1046 [details] change p to "char *" and removes an "unsigned char *" typecast
got it. Thanks.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.