Name it after what it does: s/extract_to_stdout/extract_to_stream/
[oweals/opkg-lede.git] / libopkg / pkg_extract.c
index d9fbdd5f6d7b69479483885e307b192a2549596d..d8b06a6c7827f335bd35f41724086cc5fc57f774 100644 (file)
@@ -31,7 +31,7 @@ int pkg_extract_control_file_to_stream(pkg_t *pkg, FILE *stream)
 {
     deb_extract(pkg->local_filename, stream,
                               extract_control_tar_gz
-                              | extract_to_stdout, /* to stream actually */
+                              | extract_to_stream,
                               NULL, "./control");
 
     return 0;