diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/property.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property.c b/src/property.c index f8b21c7..87f9fc6 100644 --- a/src/property.c +++ b/src/property.c @@ -59,7 +59,7 @@ print_property(Display *dpy, XDevice* dev, Atom property) int act_format; unsigned long nitems, bytes_after; unsigned char *data, *ptr; - int j, done = False, size; + int j, done = False, size = 0; name = XGetAtomName(dpy, property); printf("\t%s (%ld):\t", name, property); |