From 629d5a5e5f98ef7ed454bcdcfa6ccc188661c0cd Mon Sep 17 00:00:00 2001
From: Pompolic <pompolic@special-circumstanc.es>
Date: Fri, 14 Feb 2020 18:30:27 +0100
Subject: [PATCH] More notes to self

---
 pdf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pdf.c b/pdf.c
index ff25e39..b6e2089 100644
--- a/pdf.c
+++ b/pdf.c
@@ -262,6 +262,7 @@ act_a85group(const HParseResult *p, void *u)
 	HParsedToken **digits = h_seq_elements(p->ast);
 
 	/* 2^32-1, the max value the group can hold as per spec */
+	// XXX test with "s8W-!"
 	#define A85GRPMAX 4294967295
 
 	/* Only for groups that do not need to padded to 5 */
-- 
GitLab