gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

point-and-click broken in 1.3.139


From: Mark Hindley
Subject: point-and-click broken in 1.3.139
Date: Mon, 19 Mar 2001 12:15:44 +0000 (GMT)

Here is a patch to fix point-and click on 1.3.139

--- ./scm/lily.scm      Sat Mar 17 07:42:47 2001
+++ ./scm/lily.scm      Mon Mar 19 12:07:13 2001
@@ -23,7 +23,7 @@
 (define (line-column-location line col file)
   "Print an input location, including column number ."
   (string-append (number->string line) ":"
-                (number->string col) " " file " ")
+                (number->string col) " " file)
   )
 
 (define (line-location line col file)

Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]