X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/13e9758b2ebd5d545c08903aab0eccd423851a30..82d338548e22ae271f50592e759794dd7536a207:/src/property.c diff --git a/src/property.c b/src/property.c index e8ce611..59a8aa3 100644 --- a/src/property.c +++ b/src/property.c @@ -620,6 +620,9 @@ print_property_xi2(Display *dpy, int deviceid, Atom property) ptr = data; + if (nitems == 0) + printf(""); + for (j = 0; j < nitems; j++) { switch(act_type)