projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3dfb3
)
enable the new "-4" option
author
Nicolas Thill
<nico@openwrt.org>
Sat, 13 Aug 2005 13:41:20 +0000
(13:41 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 13 Aug 2005 13:41:20 +0000
(13:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1627
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/target/utils/src/addpattern.c
patch
|
blob
|
history
diff --git
a/openwrt/target/utils/src/addpattern.c
b/openwrt/target/utils/src/addpattern.c
index
5298f7b
..
67f9da2
100644
(file)
--- a/
openwrt/target/utils/src/addpattern.c
+++ b/
openwrt/target/utils/src/addpattern.c
@@
-104,7
+104,7
@@
int main(int argc, char **argv)
hdr = (struct code_header *) buf;
memset(hdr, 0, sizeof(struct code_header));
- while ((c = getopt(argc, argv, "i:o:p:gbv:012")) != -1) {
+ while ((c = getopt(argc, argv, "i:o:p:gbv:012
4
")) != -1) {
switch (c) {
case 'i':
ifn = optarg;