fixed error in ini-keys

This commit is contained in:
2026-09-01 12:25:55 +02:00
parent 9efc2350c0
commit b69e557fc9
+1 -1
View File
@@ -277,7 +277,7 @@
'()
(map cadr
(filter (λ (kv)
(not (eq? (car kv) 'empty))) (cdar s)))
(not (or (eq? (car kv) 'comment) (eq? (car kv) 'empty)))) (cdar s)))
)
)
)