summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/internal/testutf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/internal/testutf.c b/test/internal/testutf.c
index ec89097ee..a5b167170 100644
--- a/test/internal/testutf.c
+++ b/test/internal/testutf.c
@@ -79,7 +79,7 @@ struct testval malformed[] = [
void displaynw(struct testval *f, struct testval *l)
{
char x[80], *t = x;
- int i;
+ apr_size_t i;
for (i = 0; i < f->nl; ++i)
t += sprintf(t, "%02X ", f->n[i]);
*(t++) = '-';