Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
poppler
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adam Reichold
poppler
Commits
4b237953
Commit
4b237953
authored
Jan 14, 2018
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pdfsig: Remove "int i = 0;" variable that was shadowing pevious i
And making us access the wrong sig_widgets element
parent
08f2cddf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
utils/pdfsig.cc
utils/pdfsig.cc
+0
-1
No files found.
utils/pdfsig.cc
View file @
4b237953
...
...
@@ -208,7 +208,6 @@ int main(int argc, char *argv[])
std
::
vector
<
Goffset
>
ranges
=
sig_widgets
.
at
(
i
)
->
getSignedRangeBounds
();
if
(
ranges
.
size
()
==
4
)
{
int
i
=
0
;
printf
(
" - Signed Ranges: [%lld - %lld], [%lld - %lld]
\n
"
,
ranges
[
0
],
ranges
[
1
],
ranges
[
2
],
ranges
[
3
]);
Goffset
checked_file_size
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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