[CM] snd 5.12

Bill Schottstaedt bil@ccrma.Stanford.EDU
Tue, 16 Jul 2002 04:50:45 -0700


> [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!