Support for generating separate sub files and bugfixes in the reader
[platform/upstream/libsolv.git] / tools / content2solv.c
index 5c5af58..c29958f 100644 (file)
@@ -23,7 +23,7 @@ main(int argc, char **argv)
   Pool *pool = pool_create();
   Repo *repo = repo_create(pool, "<stdin>");
   repo_add_content(repo, stdin);
-  repo_write(repo, stdout, 0, 0);
+  repo_write(repo, stdout, 0, 0, 0, 0);
   pool_free(pool);
   return 0;
 }