shithub: gefs

Download patch

ref: 643bafe5dd720fa76c1fc45a63e10ceadf316fda
parent: 385b07b3b8db74f96ed14261fc5a236b6a5c2e58
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Feb 25 15:27:57 EST 2024

cons: terminate bfd

--- a/cons.c
+++ b/cons.c
@@ -328,6 +328,7 @@
 			Bprint(bfd, " %llx", t->v1);
 		Bprint(bfd, "\n");
 	}
+	Bterm(bfd);
 	fprint(fd, "saved\n");
 }