This commit is contained in:
2026-07-01 11:41:55 +02:00
parent 473bc58a22
commit 800392541e
+3 -1
View File
@@ -259,5 +259,7 @@
((string=? stem3 "") "_")
(reserved? (string-append "_" stem3))
(else stem3))))
(string-append stem4 ext)))
(string-trim
(string-append
(string-trim stem4) (string-trim ext)))))