(x_error_quitter): Delete newline from sprintf string.
This commit is contained in:
parent
dbf0d3f8ca
commit
0a0fdc7099
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue