Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
d913eda0
Commit
d913eda0
authored
Jun 24, 2016
by
Sebastian Ramacher
Browse files
Simplify
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
cbfcd8a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/zathura.c
View file @
d913eda0
...
...
@@ -1007,7 +1007,7 @@ document_open(zathura_t* zathura, const char* path, const char* uri, const char*
}
/* read first_page_column list */
if
(
file_info
.
first_page_column_list
!=
NULL
&&
strcmp
(
file_info
.
first_page_column_list
,
""
)
)
{
if
(
file_info
.
first_page_column_list
!=
NULL
&&
*
file_info
.
first_page_column_list
!=
'\0'
)
{
first_page_column_list
=
file_info
.
first_page_column_list
;
file_info
.
first_page_column_list
=
NULL
;
}
else
{
...
...
Write
Preview
Supports
Markdown
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