X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fecdec_filter.c;h=499c0a88931d1712bff7c3b57fef5fa75c075be8;hp=376fe6b3cc66ab5965b05b1d479a7ba7b34fe0ed;hb=e77825db70787c9ddbbee3827e2bf6e4452ad7a4;hpb=7434497d38b31cc9b40e7fdd62b17d1bf25099bc diff --git a/fecdec_filter.c b/fecdec_filter.c index 376fe6b3..499c0a88 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -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;