mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Regularize exit codes for PDF exploration commands
This commit is contained in:
@@ -263,7 +263,6 @@ let replace_dict_entry pdf key value search =
|
||||
Pdf.objselfmap (dict_entry_single_object f pdf) pdf;
|
||||
pdf.Pdf.trailerdict <- dict_entry_single_object f pdf pdf.Pdf.trailerdict
|
||||
|
||||
(* FIXME no need to self map here, since nothing changes *)
|
||||
let print_dict_entry ~utf8 pdf key =
|
||||
let f d =
|
||||
match Pdf.lookup_direct pdf key d with
|
||||
|
Reference in New Issue
Block a user