Imported Upstream version 0.7.27
[platform/upstream/libsolv.git] / tools / appdata2solv.c
index ce6c98c..e5a42cf 100644 (file)
@@ -70,7 +70,7 @@ main(int argc, char **argv)
          exit(1);
        }
     }
-  tool_write(repo, 0, 0);
+  tool_write(repo, stdout);
   pool_free(pool);
   exit(0);
 }