shithub: pplay

Download patch

ref: e07d788c963eebe8f958bb7f26d4c52be15f8d20
parent: 7e5197bf03c35aa2b2f5ec343b822e653708def3
author: qwx <qwx@sciops.net>
date: Sun Apr 13 12:14:01 EDT 2025

crop: reset starting position to start of buffer

--- a/chunk.c
+++ b/chunk.c
@@ -359,6 +359,7 @@
 	unlink(p2, p1);
 	pushop(p1, p2, l, r, d);
 	d->norris = l;
+	d->from = 0;
 	*d = newdot(d);
 }
 
--