Skip to content

Commit

Permalink
comics: Fixed special characters in path to cbz
Browse files Browse the repository at this point in the history
  • Loading branch information
Jürn Brodersen authored and Carlos Garcia Campos committed Dec 2, 2015
1 parent 5e9067d commit c648cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/comics/comics-document.c
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ extract_argv (EvDocument *document, gint page)
return NULL;

if (comics_document->regex_arg) {
quoted_archive = comics_regex_quote (comics_document->archive);
quoted_archive = g_shell_quote (comics_document->archive);
quoted_filename =
comics_regex_quote (comics_document->page_names->pdata[page]);
} else {
Expand Down

0 comments on commit c648cb2

Please sign in to comment.