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
24c59c98
Commit
24c59c98
authored
Jan 13, 2015
by
Callum Burns
Committed by
Candy Gumdrop
Jan 13, 2015
Browse files
Fixed typo and changed warning to debug
parent
04bd341a
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/zathura.c
View file @
24c59c98
...
...
@@ -828,7 +828,7 @@ document_open(zathura_t* zathura, const char* path, const char* password,
/* bookmarks */
if
(
zathura
->
database
!=
NULL
)
{
if
(
zathura_bookmarks_load
(
zathura
,
file_path
)
==
false
)
{
girara_
warnin
g
(
"Failed to load
s
bookmarks."
);
girara_
debu
g
(
"Failed to load bookmarks."
);
}
/* jumplist */
...
...
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