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
LSH
lsh
Commits
e524c819
Commit
e524c819
authored
Dec 05, 2001
by
Niels Möller
Browse files
(make_client_x11_display): Fixed werror format
string. Rev: src/client_x11.c:1.16
parent
e256c023
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client_x11.c
View file @
e524c819
...
...
@@ -600,7 +600,7 @@ make_client_x11_display(const char *display, struct lsh_string *fake)
if
(
!
parse_display
(
self
,
display
))
{
werror
(
"Can't parse X11 display: `%
s
'
\n
"
,
display
);
werror
(
"Can't parse X11 display: `%
z
'
\n
"
,
display
);
KILL
(
self
);
return
NULL
;
}
...
...
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