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
25b27624
Commit
25b27624
authored
Apr 29, 2016
by
Sebastian Ramacher
Browse files
More debug output
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
19429574
Pipeline
#129
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
zathura/completion.c
View file @
25b27624
...
...
@@ -105,6 +105,7 @@ list_files(zathura_t* zathura, const char* current_path, const char* current_fil
if
(
girara_list_size
(
res
)
==
1
)
{
char
*
path
=
girara_list_nth
(
res
,
0
);
if
(
g_file_test
(
path
,
G_FILE_TEST_IS_DIR
)
==
true
)
{
girara_debug
(
"changing to directory %s"
,
path
);
char
*
newpath
=
g_strdup_printf
(
"%s/"
,
path
);
girara_list_clear
(
res
);
girara_list_append
(
res
,
newpath
);
...
...
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