* tests/select_helper.c: Make atom_names big enough.

This commit is contained in:
hujianwei 2022-11-13 05:46:38 +00:00
parent 3244ab82f2
commit b54e5a1a01

View file

@ -98,7 +98,7 @@ main (int argc, char **argv)
{ {
XSetWindowAttributes attrs; XSetWindowAttributes attrs;
unsigned long flags, timestamp; unsigned long flags, timestamp;
char *atom_names[2]; char *atom_names[3];
Atom atoms[3], actual_type, property; Atom atoms[3], actual_type, property;
XEvent event; XEvent event;
int actual_format; int actual_format;