summaryrefslogtreecommitdiffstats
path: root/src/source.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.c')
-rw-r--r--src/source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source.c b/src/source.c
index deacfb3d..f3eeb516 100644
--- a/src/source.c
+++ b/src/source.c
@@ -70,7 +70,7 @@ static int do_post(void *p, uint32_t index, int *del, void*userdata) {
struct source_output *o = p;
assert(o && o->push && del && chunk);
- o->push(o, chunk);
+ source_output_push(o, chunk);
return 0;
}