summaryrefslogtreecommitdiff
path: root/test/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark.c')
-rw-r--r--test/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmark.c b/test/benchmark.c
index b637e7b..4eb51da 100644
--- a/test/benchmark.c
+++ b/test/benchmark.c
@@ -87,7 +87,7 @@ main(void)
do {
unsigned char *p = buffer;
int e = 0;
- long c;
+ uint32_t c;
long count = 0;
while (p < end) {
p = utf8_decode(p, &c, &e);