]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-snapshot.c
cgit_open_filter: also take the repo as a parameter
[ps-cgit] / ui-snapshot.c
index 6e3412c9e3a6b3175475e0b7a0b4c5433850f612..067082c30c225ef445acc8c226881436e2cb736e 100644 (file)
@@ -19,7 +19,7 @@ static int write_compressed_tar_archive(struct archiver_args *args,const char *f
        f.argv = malloc(2 * sizeof(char *));
        f.argv[0] = f.cmd;
        f.argv[1] = NULL;
-       cgit_open_filter(&f);
+       cgit_open_filter(&f, NULL);
        rv = write_tar_archive(args);
        cgit_close_filter(&f);
        return rv;