summaryrefslogtreecommitdiff
path: root/tools/ffhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ffhash.c')
-rw-r--r--tools/ffhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ffhash.c b/tools/ffhash.c
index 00a2872717..086d48a7ab 100644
--- a/tools/ffhash.c
+++ b/tools/ffhash.c
@@ -87,7 +87,7 @@ static int check(char *file)
av_hash_init(hash);
for (;;) {
- ssize_t size = read(fd, buffer, SIZE);
+ int size = read(fd, buffer, SIZE);
if (size < 0) {
close(fd);
finish();