From b54e5a1a01acb5cf026db86c74fc2dde5612fc80 Mon Sep 17 00:00:00 2001 From: hujianwei Date: Sun, 13 Nov 2022 05:46:38 +0000 Subject: [PATCH] * tests/select_helper.c: Make atom_names big enough. --- tests/select_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/select_helper.c b/tests/select_helper.c index e5c5498..3d22bb3 100644 --- a/tests/select_helper.c +++ b/tests/select_helper.c @@ -98,7 +98,7 @@ main (int argc, char **argv) { XSetWindowAttributes attrs; unsigned long flags, timestamp; - char *atom_names[2]; + char *atom_names[3]; Atom atoms[3], actual_type, property; XEvent event; int actual_format;