]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fecdec_filter.c
Fix some gcc warnings on x86_64.
[paraslash.git] / fecdec_filter.c
index 376fe6b3cc66ab5965b05b1d479a7ba7b34fe0ed..499c0a88931d1712bff7c3b57fef5fa75c075be8 100644 (file)
@@ -304,7 +304,7 @@ static int dispatch_slice(char *buf, size_t len, struct fec_header *h,
        return 1;
 }
 
-static int fecdec(char *buf, size_t len, struct filter_node *fn)
+static ssize_t fecdec(char *buf, size_t len, struct filter_node *fn)
 {
        int ret;
        struct fec_header h;