diff options
Diffstat (limited to 'tests/t-data.c')
-rw-r--r-- | tests/t-data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-data.c b/tests/t-data.c index 882ffc82..d7950ad2 100644 --- a/tests/t-data.c +++ b/tests/t-data.c @@ -77,7 +77,7 @@ int read_cb (void *cb_value, char *buffer, size_t count, size_t *nread) { static int off = 0; - int amount = strlen (text) - off; + unsigned int amount = strlen (text) - off; /* round_t round = *((round_t *) cb_value); */ if (!buffer && !count && !nread) |