This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository e16.

View the commit online.

commit 08d6e48be3a8137d882e9729f9ca3e15d93a2919
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Sep 22 18:07:04 2023 +0200

    events: Fix detail in X-error printout
---
 src/events.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events.c b/src/events.c
index a80c7939..42359cbb 100644
--- a/src/events.c
+++ b/src/events.c
@@ -450,7 +450,7 @@ EventShowError(const XEvent * evp)
    else
       Esnprintf(buf, sizeof(buf), "%s.%d",
 		EventsGetExtensionName(ev->request_code), ev->minor_code);
-   XGetErrorDatabaseText(disp, "XRequest", buf, "", buf1, sizeof(buf1));
+   XGetErrorDatabaseText(disp, "XRequest", buf, buf, buf1, sizeof(buf1));
    XGetErrorText(disp, ev->error_code, buf, sizeof(buf));
    Eprintf("*** ERROR: xid=%#lx req=%i/%i err=%i: %s: %s\n",
 	   ev->resourceid, ev->request_code, ev->minor_code,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to