shithub: pdffs

Download patch

ref: 8a7f9b4b5c158944978efb13bc03dfd6e42899d3
parent: 30b1e2c844d0906eda377bae37aae97c526aac15
author: Noam Preil <noam@pixelhero.dev>
date: Sat Jul 17 22:15:13 EDT 2021

[parsing] fix unexpected report for n

--- a/object.c
+++ b/object.c
@@ -78,7 +78,7 @@
 			return &null;
 		}
 		Sseek(s, off, 0);
-		c = 'f';
+		c = 'n';
 		goto unexpected;
 
 	case 't':