[BusyBox] od: patch

Thierry Laronde thierry at cri74.org
Fri Aug 24 00:33:39 UTC 2001


A patch to apply to the od applet, since I have left a mess in the options
definitions.

-- 
Thierry LARONDE, Centre de Ressources Informatiques, Archamps - France
http://www.cri74.org/
-------------- next part --------------
--- od.c	Thu Aug 23 14:54:41 2001
+++ od.c	Fri Aug 24 08:22:25 2001
@@ -1395,11 +1395,9 @@
 	address_pad_len = 7;
 	flag_dump_strings = 0;
 
-	while ((opt = getopt(argc, argv, "abcdfhilos::xw::A:j:N:t:")) > 0) {
+	while ((opt = getopt(argc, argv, "A:j:N:s:t:vw:")) > 0) {
 
 		switch (opt) {
-		case 0:
-			break;
 
 		case 'A':
 			switch (optarg[0]) {


More information about the busybox mailing list