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
8bbc184f
Commit
8bbc184f
authored
Aug 01, 2010
by
Moritz Lipp
Browse files
Fixed printing
parent
9b31d203
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
8bbc184f
...
...
@@ -3324,7 +3324,7 @@ cmd_print(int argc, char** argv)
}
char
*
escaped_filename
=
g_shell_quote
(
Zathura
.
PDF
.
file
);
char
*
escaped_addit
=
g_shell_quote
(
addit
->
str
);
char
*
escaped_addit
=
addit
->
len
?
g_shell_quote
(
addit
->
str
)
:
g_strdup
(
""
)
;
char
*
command
=
g_strdup_printf
(
print_command
,
printer
,
sites
,
escaped_addit
,
escaped_filename
);
system
(
command
);
...
...
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