Skip to content
GitLab
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
5b1ee515
Commit
5b1ee515
authored
Jun 24, 2001
by
Niels Möller
Browse files
* src/client_escape.c (escape_dispatch): Use %pc with werror.
Rev: src/client_escape.c:1.4
parent
cf99fb66
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client_escape.c
View file @
5b1ee515
...
...
@@ -108,10 +108,8 @@ escape_dispatch(struct escape_info *info,
if
(
f
)
LSH_CALLBACK
(
f
);
else
/* FIXME: This message could be improved. werror needs a flag to
* output a single pretty-printed character. */
werror
(
"<escape> %x not defined.
\n
"
,
c
);
werror
(
"<escape> `%pc' not defined.
\n
"
,
c
);
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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