X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/3f1ebd3565afa33196dfc3e8584e04564987e33c..f8f6e1fe789e9dbcea40a0f8d5ebfb019c2a1a19:/ui-tree.c diff --git a/ui-tree.c b/ui-tree.c index 442b6be..2d8d2f3 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -45,7 +45,7 @@ static void print_text_buffer(const char *name, char *buf, unsigned long size) if (ctx.repo->source_filter) { html("
");
 		ctx.repo->source_filter->argv[1] = xstrdup(name);
-		cgit_open_filter(ctx.repo->source_filter);
+		cgit_open_filter(ctx.repo->source_filter, ctx.repo);
 		html_raw(buf, size);
 		cgit_close_filter(ctx.repo->source_filter);
 		free(ctx.repo->source_filter->argv[1]);