shithub: zuke

Download patch

ref: 087feb1e1d07b325d126ce315b9b4eba9cea9e59
parent: 5fcaa204668e90a0ca9e150a14bd30417e53ca23
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Aug 21 08:53:09 EDT 2020

fix non-interruptable temporary warning

--- a/zuke.c
+++ b/zuke.c
@@ -522,7 +522,8 @@
 		noinit = 1;
 	}
 
-	byteswritten = boffsetlast = boffset;
+	boffsetlast = boffset;
+	byteswritten = boffset;
 	pcurplaying = player->pcur;
 	if(c != Cseekrel)
 		redraw(1);