Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zathura-pdf-poppler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwmt
zathura-pdf-poppler
Commits
418023d4
Commit
418023d4
authored
May 31, 2020
by
Sebastian Ramacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce scope of entry
parent
bc6e1ca0
Pipeline
#260
passed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
zathura-pdf-poppler/search.c
zathura-pdf-poppler/search.c
+1
-2
No files found.
zathura-pdf-poppler/search.c
View file @
418023d4
...
...
@@ -36,8 +36,7 @@ pdf_page_search_text(zathura_page_t* page, void* data, const
goto
error_free
;
}
GList
*
entry
=
NULL
;
for
(
entry
=
results
;
entry
&&
entry
->
data
;
entry
=
g_list_next
(
entry
))
{
for
(
GList
*
entry
=
results
;
entry
&&
entry
->
data
;
entry
=
g_list_next
(
entry
))
{
PopplerRectangle
*
poppler_rectangle
=
(
PopplerRectangle
*
)
entry
->
data
;
zathura_rectangle_t
*
rectangle
=
g_malloc0
(
sizeof
(
zathura_rectangle_t
));
...
...
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