diff --git a/src/wallpaper.c b/src/wallpaper.c index a11a50de081071220c5667dbc5ade1eb9b6f9697..93994b3d6a9f34cea681de98192119e35faa661e 100644 --- a/src/wallpaper.c +++ b/src/wallpaper.c @@ -795,7 +795,7 @@ char *enl_ipc_get(const char *msg_data) { static char *message = NULL; - static unsigned short len = 0; + static size_t len = 0; char buff[13], *ret_msg = NULL; register unsigned char i; unsigned char blen;