summaryrefslogtreecommitdiffstats
path: root/libopkg
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-26 19:41:18 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-26 19:41:18 (EST)
commit677c7152744313ef9b1195862dbf1761b5e3416d (patch)
tree9b5b23a6166e688d2901f935d24b00288b24dc15 /libopkg
parent021752e0c0bfbafd1987b0932bf0f4556183c064 (diff)
Name it after what it does: s/extract_to_stdout/extract_to_stream/
git-svn-id: http://opkg.googlecode.com/svn/trunk@388 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg')
-rw-r--r--libopkg/pkg_extract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/pkg_extract.c b/libopkg/pkg_extract.c
index d9fbdd5..d8b06a6 100644
--- a/libopkg/pkg_extract.c
+++ b/libopkg/pkg_extract.c
@@ -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;