shithub: pplay

Download patch

ref: 223b8bb0d4216aff2e8824e019c33cfdd4f78511
parent: 8e1f1ff85586694dd7587f749e28de008f51fb8f
author: qwx <qwx@sciops.net>
date: Sat Aug 10 05:44:12 EDT 2024

chunk: reset loop end when appending file

--- a/chunk.c
+++ b/chunk.c
@@ -548,4 +548,5 @@
 	}
 	linkchunk(dot.norris->left, c);
 	dot.totalsz += d.totalsz;
+	dot.to = dot.totalsz;
 }