Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
crt
poppler
Commits
ce56fb97
Commit
ce56fb97
authored
Aug 13, 2022
by
Albert Astals Cid
Browse files
tweak error message
parent
8a159d5e
Pipeline
#663859
passed with stages
in 5 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
utils/pdfunite.cc
View file @
ce56fb97
...
...
@@ -292,7 +292,7 @@ int main(int argc, char *argv[])
delete
yRef
;
delete
countRef
;
delete
outStr
;
error
(
errSyntaxError
,
-
1
,
"
XRef's Catalog is not a dictionary
."
);
error
(
errSyntaxError
,
-
1
,
"
PDFDoc::replacePageDict failed
."
);
return
-
1
;
}
Ref
*
refPage
=
docs
[
i
]
->
getCatalog
()
->
getPageRef
(
j
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment