mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-01 09:47:46 +01:00
- fixed 'make-gemini-iri', was crashing the program when 'port' argument was null.
This commit is contained in:
parent
60d19f9f2d
commit
f5ff5cd94d
@ -249,11 +249,10 @@
|
||||
(subseq path 1)
|
||||
path))
|
||||
(actual-port (cond
|
||||
((and (not omit-default-port)
|
||||
(null default-port))
|
||||
(to-s +gemini-default-port+))
|
||||
((or (null default-port)
|
||||
(= port *omitted-port*))
|
||||
((null port)
|
||||
"")
|
||||
((and omit-default-port
|
||||
(= port default-port))
|
||||
"")
|
||||
(t
|
||||
(to-s port))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user