projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix a small bug in the parse-config script
[openwrt.git]
/
package
/
base-files
/
default
/
bin
/
ipcalc
diff --git
a/package/base-files/default/bin/ipcalc
b/package/base-files/default/bin/ipcalc
index
318980e
..
e8efa6b
100755
(executable)
--- a/
package/base-files/default/bin/ipcalc
+++ b/
package/base-files/default/bin/ipcalc
@@
-26,7
+26,7
@@
BEGIN {
if (ARGC > 3) {
print "START="int2ip(start)
- print "END="int2ip(end)
+ print "END="int2ip(end
-1
)
}
}
EOF
This page took
0.025221 seconds
and
4
git commands to generate.