diff options
author | Ron Yorston <rmy@pobox.com> | 2022-10-12 10:43:26 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2022-10-12 10:43:26 +0100 |
commit | 49c6f079acb4edae84b4496bd941cdbb5048ba01 (patch) | |
tree | ac54ecaad45050f7bfe274a11db29882aa32a9a8 /archival | |
parent | a55cf07365ec2ff51749a77e09ae9edac79a99fe (diff) | |
parent | c8c1fcdba163f264a503380bc63485aacd09214c (diff) | |
download | busybox-w32-49c6f079acb4edae84b4496bd941cdbb5048ba01.tar.gz busybox-w32-49c6f079acb4edae84b4496bd941cdbb5048ba01.tar.bz2 busybox-w32-49c6f079acb4edae84b4496bd941cdbb5048ba01.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'archival')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index 8e1f9431d..a6a8333a8 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -1120,7 +1120,7 @@ static int check_deps(deb_file_t **deb_file, int deb_start /*, int dep_max_count | |||
1120 | if (package_edge->type == EDGE_PRE_DEPENDS | 1120 | if (package_edge->type == EDGE_PRE_DEPENDS |
1121 | || package_edge->type == EDGE_DEPENDS | 1121 | || package_edge->type == EDGE_DEPENDS |
1122 | ) { | 1122 | ) { |
1123 | int result=1; | 1123 | int result = 1; |
1124 | status_num = 0; | 1124 | status_num = 0; |
1125 | 1125 | ||
1126 | /* If we are inside an alternative then check | 1126 | /* If we are inside an alternative then check |