shithub: pdffs

Download patch

ref: 259f6c1d22853bdbc4aed9748ca09465eaec35ff
parent: 173645da0f0143930ee7803f5a70e3d051727218
author: Noam Preil <noam@pixelhero.dev>
date: Fri Apr 8 14:08:10 EDT 2022

op: print and ignore errors, for now

--- a/op.c
+++ b/op.c
@@ -1401,6 +1401,7 @@
 			werrstr("unimplemented or error not reported properly");
 			if(!op->f(op, p)){
 				werrstr("renderer: %s failed: %r", op->s);
+				fprint(2, "%r\n");
 			//	return 0;
 			}
 			if(!stackreset(p))