From 0a818c700353194d85baaf6a2f7f6ea32686b922 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Mon, 6 Apr 2015 22:36:33 -0700 Subject: Prefix other C99 typedefs with utf8proc_ --- test/tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tests.h') diff --git a/test/tests.h b/test/tests.h index d4897f8..c27185d 100644 --- a/test/tests.h +++ b/test/tests.h @@ -47,7 +47,7 @@ size_t encode(char *dest, const char *buf) } check(sscanf(buf + i, "%x", &c) == 1, "invalid hex input %s", buf+i); i = j; /* skip to char after hex input */ - d += utf8proc_encode_char(c, (uint8_t *) (dest + d)); + d += utf8proc_encode_char(c, (utf8proc_uint8_t *) (dest + d)); } while (1); } -- cgit v1.2.3