shithub: pdffs

Download patch

ref: 17b159b5de4471d799ddee592ab613c37c4e169a
parent: d7a4f95d177d9a3ad24b54051b85a4351e682719
author: Noam Preil <noam@pixelhero.dev>
date: Tue Sep 6 22:07:12 EDT 2022

op: silence spurious warning

--- a/op.c
+++ b/op.c
@@ -816,7 +816,7 @@
 		return 0;
 	}
 	if(op->flags & Nextline)
-		tpmove0(op, p);
+		tmove(p, 0, 0 - p->TS.TL, 1);
 	Object *o = arrayget(p->stack, 0);
 	if(!tstr(p, o->str, o->len))
 		return 0;