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
a5db68c7
Commit
a5db68c7
authored
Feb 09, 2012
by
Sebastian Ramacher
Browse files
fix cc_open
parent
cba92029
Changes
1
Hide whitespace changes
Inline
Side-by-side
completion.c
View file @
a5db68c7
...
...
@@ -50,7 +50,7 @@ list_files(zathura_t* zathura, const char* current_path, const char* current_fil
if
((
current_file_length
>
e_length
)
||
strncmp
(
current_file
,
e_name
,
current_file_length
))
{
g_free
(
e_name
);
goto
error_fre
e
;
continu
e
;
}
char
*
full_path
=
g_strdup_printf
(
"%s%s%s"
,
current_path
,
is_dir
?
""
:
"/"
,
e_name
);
...
...
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