Magellan Linux

Annotation of /trunk/busybox/patches/busybox-1.10.2-ip.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 626 - (hide annotations) (download)
Sat May 31 10:33:24 2008 UTC (16 years ago) by niro
File size: 395 byte(s)
-added more official fixes

1 niro 626 --- busybox-1.10.2/networking/libiproute/ip_parse_common_args.c Sat Apr 19 05:50:26 2008
2     +++ busybox-1.10.2-ip/networking/libiproute/ip_parse_common_args.c Sat May 31 09:32:09 2008
3     @@ -54,7 +54,7 @@
4     break;
5     }
6     }
7     - arg = index_in_strings(ip_common_commands, opt);
8     + arg = index_in_substrings(ip_common_commands, opt);
9     if (arg < 0)
10     bb_show_usage();
11     if (arg == ARG_oneline) {