From eabfe355599a8ca4ddee4af63d56ab7a5be7bf53 Mon Sep 17 00:00:00 2001 From: matthieu Date: Thu, 2 May 2013 06:57:29 +0000 Subject: [PATCH] Remove white space only diff with upstreams --- lib/libXfixes/src/Cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libXfixes/src/Cursor.c b/lib/libXfixes/src/Cursor.c index 0d656f7ad..b3dfed168 100644 --- a/lib/libXfixes/src/Cursor.c +++ b/lib/libXfixes/src/Cursor.c @@ -106,7 +106,7 @@ XFixesGetCursorImage (Display *dpy) /* bytes of actual data in the reply */ nread = (npixels << 2) + nbytes_name; /* size of data returned to application */ - rlength = (sizeof (XFixesCursorImage) + + rlength = (sizeof (XFixesCursorImage) + npixels * sizeof (unsigned long) + nbytes_name + 1);