about summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
authorokan <okan>2013-10-03 13:51:57 +0000
committerokan <okan>2013-10-03 13:51:57 +0000
commit6ac51b8e41da0f47b6cf95bcb8ca58ec86378d88 (patch)
tree38f89f6ff10a2f5c9a026c49890e44eac3d2b612 /group.c
parenta439012b5806997e60df870faad87a5fec20d4e8 (diff)
downloadcwm-6ac51b8e41da0f47b6cf95bcb8ca58ec86378d88.tar.gz
cwm-6ac51b8e41da0f47b6cf95bcb8ca58ec86378d88.tar.xz
cwm-6ac51b8e41da0f47b6cf95bcb8ca58ec86378d88.zip
unify type; no change
Diffstat (limited to 'group.c')
-rw-r--r--group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/group.c b/group.c
index e025be6..9e388fd 100644
--- a/group.c
+++ b/group.c
@@ -419,7 +419,7 @@ group_update_names(struct screen_ctx *sc)
 	int		 i = 0, j = 0, nstrings = 0, n = 0, setnames = 0;
 
 	if ((j = xu_getprop(sc->rootwin, ewmh[_NET_DESKTOP_NAMES],
-	    cwmh[UTF8_STRING], 0xffffff, (u_char **)&prop_ret)) > 0) {
+	    cwmh[UTF8_STRING], 0xffffff, (unsigned char **)&prop_ret)) > 0) {
 		prop_ret[j - 1] = '\0'; /* paranoia */
 		while (i < j) {
 			if (prop_ret[i++] == '\0')