This commit is contained in:
2025-08-04 13:29:39 +02:00
parent 8318be1420
commit 0316d84647
3 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
(set! a b))))
(def-roos (ini . _file) this (supers)
(file* (if (null? _file) #f (car _file)))
(file* (if (null? _file) #f (get-ini-file (car _file))))
(content (if (not (eq? file* #f))
(if (file-exists? file*)
(file->ini file*)