projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e05da8
)
Fix opt type in dpkg (closes: #118975).
author
Matt Kraai
<kraai@debian.org>
Mon, 19 Nov 2001 21:07:15 +0000
(21:07 -0000)
committer
Matt Kraai
<kraai@debian.org>
Mon, 19 Nov 2001 21:07:15 +0000
(21:07 -0000)
Changelog
patch
|
blob
|
history
archival/dpkg.c
patch
|
blob
|
history
diff --git
a/Changelog
b/Changelog
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).
diff --git
a/archival/dpkg.c
b/archival/dpkg.c
index 88cf8b8724902ac0d5f72f7154477ba137716894..9a3bff97958f2c746983e4f7e6ae527cb4ef198d 100644
(file)
--- a/
archival/dpkg.c
+++ b/
archival/dpkg.c
@@
-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;