diff options
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | archival/dpkg.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -23,6 +23,7 @@ | |||
23 | -- Fix tar segfault when include list is empty and exclude list is | 23 | -- Fix tar segfault when include list is empty and exclude list is |
24 | not. | 24 | not. |
25 | -- Fix sed s/$/@/ handling (noted by Joshua Hudson). | 25 | -- Fix sed s/$/@/ handling (noted by Joshua Hudson). |
26 | -- Fix opt type in dpkg (closes: #118975). | ||
26 | * Magick | 27 | * Magick |
27 | -- made init run inittab command's in the order they show up | 28 | -- made init run inittab command's in the order they show up |
28 | in the inittab file (FIFO instead of LIFO). | 29 | in the inittab file (FIFO instead of LIFO). |
diff --git a/archival/dpkg.c b/archival/dpkg.c index 88cf8b872..9a3bff979 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -1332,7 +1332,7 @@ extern int dpkg_main(int argc, char **argv) | |||
1332 | { | 1332 | { |
1333 | deb_file_t **deb_file = NULL; | 1333 | deb_file_t **deb_file = NULL; |
1334 | status_node_t *status_node; | 1334 | status_node_t *status_node; |
1335 | char opt = 0; | 1335 | int opt; |
1336 | int package_num; | 1336 | int package_num; |
1337 | int dpkg_opt = 0; | 1337 | int dpkg_opt = 0; |
1338 | int deb_count = 0; | 1338 | int deb_count = 0; |