chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b496b60
)
net.lisp: Whitespace fixup.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 13 Jul 2013 15:34:40 +0000
(16:34 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Apr 2014 12:20:00 +0000
(13:20 +0100)
net.lisp
patch
|
blob
|
blame
|
history
diff --git
a/net.lisp
b/net.lisp
index 1e326842ec62f519774efc01330319b67eb5aaf0..1750da0357e4ca1f519ef1371878e6d5da735657 100644
(file)
--- a/
net.lisp
+++ b/
net.lisp
@@
-315,7
+315,7
@@
(defmethod print-object ((ipn ipnet) stream)
(print-unreadable-object (ipn stream :type t)
(write-string (ipnet-string ipn) stream)))
-(defun parse-subnet (class
width max str &key (start 0) (end nil))
+(defun parse-subnet (class width max str &key (start 0) (end nil))
"Parse a subnet description from a (substring of) STR."
(setf-default end (length str))
(let ((sl (position #\/ str :start start :end end)))