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
b0cf2749
Commit
b0cf2749
authored
Feb 07, 2012
by
Moritz Lipp
Browse files
Fix open_function call
parent
626fd50e
Changes
1
Hide whitespace changes
Inline
Side-by-side
document.c
View file @
b0cf2749
...
...
@@ -270,7 +270,7 @@ zathura_document_open(zathura_t* zathura, const char* path, const char* password
document
->
scale
=
1
;
}
if
(
plugin
->
open_function
==
NULL
||
plugin
->
open_function
(
document
)
=
=
false
)
{
if
(
plugin
->
open_function
==
NULL
||
plugin
->
open_function
(
document
)
!
=
ZATHURA_PLUGIN_ERROR_OK
)
{
girara_error
(
"could not open file
\n
"
);
goto
error_free
;
}
...
...
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