Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a0fdc70
Commit
0a0fdc70
authored
Jun 27, 1996
by
Richard M. Stallman
Browse files
(x_error_quitter): Delete newline from sprintf string.
parent
dbf0d3f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/xterm.c
View file @
0a0fdc70
...
...
@@ -4555,7 +4555,7 @@ x_error_quitter (display, error)
original error handler. */
XGetErrorText
(
display
,
error
->
error_code
,
buf
,
sizeof
(
buf
));
sprintf (buf1, "X protocol error: %s on protocol request %d
\n
",
sprintf
(
buf1
,
"X protocol error: %s on protocol request %d"
,
buf
,
error
->
request_code
);
x_connection_closed
(
display
,
buf1
);
}
...
...
Write
Preview
Markdown
is supported
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