git: 9front

Download patch

ref: a864c98edbf34f3065823edea0cc0c2d3a85d5c3
parent: d4209609c5f602fd8d69c0420481b8bd384363d2
author: aiju <devnull@localhost>
date: Sat Apr 1 04:57:03 EDT 2017

games/blit: remove strange debugging line

--- a/sys/src/games/blit/mem.c
+++ b/sys/src/games/blit/mem.c
@@ -68,7 +68,6 @@
 		if((i & 1) == 0) p = q;
 		Bterm(bp);
 	}
-	write(3, rom, sizeof(rom));
 }
 
 void
--