1
0
Fork 0

- [GUI] used the correct stream for rendering the IRI.

This commit is contained in:
cage 2024-06-02 20:58:12 +02:00
parent 44c499db76
commit eb14b342df
1 changed files with 2 additions and 1 deletions

View File

@ -597,7 +597,8 @@ local file paths."
(let ((parsed (iri:iri-parse (get-address-bar-text main-window))))
(setf (uri:path parsed)
(fs:normalize-path link-value))
(enqueue-add-link-to-tour (iri:render-iri parsed)
(enqueue-add-link-to-tour (with-output-to-string (stream)
(iri:render-iri parsed stream))
link-name))))))
(lambda (e)
(declare (ignore e))