[CM] Bug in cload init function generation

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Tue Jul 20 05:48:33 PDT 2021


Thanks for the bug report.  cload is assuming there is at least
one function, so to fix that I think you can just change
line 501:

501c501,502
< 	(format p "  s7_pointer ")
---
> 	(when (> (hash-table-entries signatures) 0)
> 	  (format p "  s7_pointer "))




More information about the Cmdist mailing list