From: Han-Wen Nienhuys Date: Fri, 6 May 2005 16:54:12 +0000 (+0000) Subject: (make-x11-color-handler): don't use X-Git-Tag: release/2.5.24~51 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=27a17b0e626c48e8a93db0b22ecc333246063f42;p=lilypond.git (make-x11-color-handler): don't use #\sp. Apparently doesn't work on all platforms. --- diff --git a/ChangeLog b/ChangeLog index 88ff052768..ce60507630 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Han-Wen Nienhuys + + * scm/x11-color.scm (make-x11-color-handler): don't use + #\sp. Apparently doesn't work on all platforms. + 2005-05-06 Graham Percival * Documentation/user/advanced-notation.itely, putting.itely, diff --git a/scm/x11-color.scm b/scm/x11-color.scm index e7f83bbc6d..e738d35d67 100644 --- a/scm/x11-color.scm +++ b/scm/x11-color.scm @@ -673,11 +673,11 @@ (if (string? arg) (if - (string-index arg #\sp) + (string-index arg #\ ) (begin (string-capitalize! arg) (let - ((arg-list (string-split arg #\sp))) + ((arg-list (string-split arg #\ ))) (string->symbol (let append-all ((x arg-list)) (if