projects
/
oweals
/
nmrpflash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc77b55
)
Fix timeout max
author
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Sat, 30 Jan 2016 07:02:37 +0000
(09:02 +0200)
committer
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Sat, 30 Jan 2016 07:02:37 +0000
(09:02 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 4d204111173a9857dd86a94b46a9595f113d68a1..f352ef789723331a13c6c4092eba72227eb5d7f2 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-70,7
+70,7
@@
int main(int argc, char **argv)
opterr = 0;
while ((c = getopt(argc, argv, "a:f:i:m:M:p:t:T:hV")) != -1) {
- max = 0x
f
fffffff;
+ max = 0x
7
fffffff;
switch (c) {
case 'a':
args.ipaddr = optarg;