shithub: mc

Download patch

ref: ebbdfc2631ac5876397ccc52453b69cfd223c95d
parent: e067f4e4ba2ed3563598142fb6603e06bcf430d4
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Dec 2 09:15:13 EST 2017

Fix myrddin acid code.

--- a/support/acid/myr
+++ b/support/acid/myr
@@ -8,6 +8,7 @@
 
 	line = pcline(*SP);
 	file = pcfile(*SP);
+	func = fmt(*(*BP + 8), 'a');
 	print(file, ":", line, ":\t", func, "\n");
 
 	b = *BP;