[options] simplify gnc:value->string

pull/475/head
Christopher Lam 7 years ago
parent 98811d7e71
commit 4f6344963d

@ -209,9 +209,7 @@ the option '~a'."))
")))")))
(define (gnc:value->string value)
(let ((result (call-with-output-string
(lambda (port) (write value port)))))
result))
(format #f "~s" value))
(define (gnc:make-string-option
section

Loading…
Cancel
Save