This commit is contained in:
2026-07-02 14:24:14 +02:00
parent 328371edfd
commit 36c7662e22
+1 -1
View File
@@ -532,4 +532,4 @@
(stem4 (string-trim stem3 " ."))
(stem5 (if (string=? stem4 "") "_" stem4)))
(string-append stem5 ext)))
(string-append (string-trim stem5) (string-trim ext))))