Fix opt type in dpkg (closes: #118975).
authorMatt Kraai <kraai@debian.org>
Mon, 19 Nov 2001 21:07:15 +0000 (21:07 -0000)
committerMatt Kraai <kraai@debian.org>
Mon, 19 Nov 2001 21:07:15 +0000 (21:07 -0000)
Changelog
archival/dpkg.c

index 568852a46442a3c45c06efe57f6c0e7207cd052c..41b2358d259c0268c1c99f4381c55c6abd160505 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -23,6 +23,7 @@
            -- Fix tar segfault when include list is empty and exclude list is
               not.
            -- Fix sed s/$/@/ handling (noted by Joshua Hudson).
+           -- Fix opt type in dpkg (closes: #118975).
        * Magick
            -- made init run inittab command's in the order they show up
                in the inittab file (FIFO instead of LIFO).
index 88cf8b8724902ac0d5f72f7154477ba137716894..9a3bff97958f2c746983e4f7e6ae527cb4ef198d 100644 (file)
@@ -1332,7 +1332,7 @@ extern int dpkg_main(int argc, char **argv)
 {
        deb_file_t **deb_file = NULL;
        status_node_t *status_node;
-       char opt = 0;
+       int opt;
        int package_num;
        int dpkg_opt = 0;
        int deb_count = 0;