shithub: pplay

Download patch

ref: 1c5ddd7dc3c63b456fca3db28174d675dc7928b8
parent: 7fb266c8b5f73defd884c57ec1742d28ef5f6404
author: qwx <qwx@sciops.net>
date: Sat Oct 29 18:01:27 EDT 2022

oops, sir-not-appearing-in-this-film

--- a/draw.c
+++ b/draw.c
@@ -43,14 +43,14 @@
 again:
 		draw(viewbg, viewbg->r, display->black, nil, ZP);
 		n = viewe - views;
-		if(!file)
+		/*if(!file)*/
 			p = pcmbuf + views;
-		else{
+		/*else{
 			seek(ifd, bgofs, 0);
 			n = read(ifd, bgbuf, n);
 			seek(ifd, seekp, 0);
 			p = bgbuf;
-		}
+		}*/
 		e = p + n;
 		x = 0;
 		while(p < e){