From 164c1329287060332cdd2dbde9c9890b2c88f196 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 21 Jul 2023 10:23:36 -0400 Subject: [PATCH] LibPDF: Fix dumping of toplevel indirects An indirect object starts `42 0 obj`, not `obj 42 0`. --- Userland/Libraries/LibPDF/Document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibPDF/Document.cpp b/Userland/Libraries/LibPDF/Document.cpp index f498ff3a3a..8de51e8b75 100644 --- a/Userland/Libraries/LibPDF/Document.cpp +++ b/Userland/Libraries/LibPDF/Document.cpp @@ -175,7 +175,7 @@ static PDFErrorOr dump_tree(Document& document, size_t index, HashTable