shithub: pdffs

Download patch

ref: 6405cc7d102f1593ff912af4db66c5cc8e0277e8
parent: 6d76ea1fa1c03836c1f1caedbc37c78a5aaa214a
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sat Apr 10 12:42:16 EDT 2021

RunLengthDecode: forgot to inc

--- a/f_runlength.c
+++ b/f_runlength.c
@@ -26,6 +26,7 @@
 			}
 			for(i = 257 - i; i > 0; i--)
 				bufput(bo, p, 1);
+			p++;
 		}else{
 			i++;
 			if(i > sz){