summaryrefslogtreecommitdiff
path: root/src/apk.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-06-17 16:47:49 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-06-17 16:47:49 +0300
commit0a131418899436b58a163978176d99c08cbddb0c (patch)
treeabd0fe5c52ee39fca31ba562c934dbd6d0584705 /src/apk.c
parent92764088a2b09d4e322d21e769ecb51bb5f3b17c (diff)
downloadapk-tools-0a131418899436b58a163978176d99c08cbddb0c.tar.gz
apk-tools-0a131418899436b58a163978176d99c08cbddb0c.tar.bz2
apk-tools-0a131418899436b58a163978176d99c08cbddb0c.tar.xz
apk-tools-0a131418899436b58a163978176d99c08cbddb0c.zip
print: move progress printing to common functions
Diffstat (limited to 'src/apk.c')
-rw-r--r--src/apk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk.c b/src/apk.c
index c834b76..f5f6f13 100644
--- a/src/apk.c
+++ b/src/apk.c
@@ -386,7 +386,7 @@ int main(int argc, char **argv)
apk_flags &= ~APK_PROGRESS;
break;
case 0x10f:
- dbopts.progress_fd = atoi(optarg);
+ apk_progress_fd = atoi(optarg);
break;
case 0x102:
apk_flags |= APK_CLEAN_PROTECTED;