diff options
Diffstat (limited to 'src/daemon/postprocessor_test.c')
-rw-r--r-- | src/daemon/postprocessor_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/postprocessor_test.c b/src/daemon/postprocessor_test.c index 6e1c1418..fd63de73 100644 --- a/src/daemon/postprocessor_test.c +++ b/src/daemon/postprocessor_test.c | |||
@@ -79,7 +79,7 @@ value_checker (void *cls, | |||
79 | const char *filename, | 79 | const char *filename, |
80 | const char *content_type, | 80 | const char *content_type, |
81 | const char *transfer_encoding, | 81 | const char *transfer_encoding, |
82 | const char *data, size_t off, size_t size) | 82 | const char *data, uint64_t off, size_t size) |
83 | { | 83 | { |
84 | int *want_off = cls; | 84 | int *want_off = cls; |
85 | int idx = *want_off; | 85 | int idx = *want_off; |