[CM] snd 5.12

Bill Schottstaedt bil at ccrma.Stanford.EDU
Tue Jul 16 04:50:45 PDT 2002


> [11:16:37] scm_lreadr: end of file in string constant

A double-quote is missing from a comment:

/user/b/bil/cl/ diff edit-menu.scm /usr/ccrma/lisp/src/snd/edit-menu.scm
56c56
<   "(append-sound name) appends file 'name'"
---
>   (append-sound name) appends file 'name'"
154,155c154
<                    (|XtSetSensitive child (and (selected-sound)
<                                                (> (length (marks (selected-sound) (selected-channel))) 1)))))))))))
---
>                    (|XtSetSensitive child (> (length (marks (selected-sound) (selected-channel))) 1))))))))))


Thanks for pointing this out!



More information about the Cmdist mailing list